Class AuthzDetail

java.lang.Object
io.jans.as.model.authzdetails.AuthzDetail

public class AuthzDetail extends Object
Author:
Yuriy Z
  • Constructor Details

    • AuthzDetail

      public AuthzDetail(String json)
    • AuthzDetail

      public AuthzDetail(org.json.JSONObject jsonObject)
  • Method Details

    • getJsonObject

      public org.json.JSONObject getJsonObject()
    • getType

      public String getType()
    • getUiRepresentation

      public String getUiRepresentation()
    • setUiRepresentation

      public void setUiRepresentation(String uiRepresentation)
    • toString

      public String toString()
      Overrides:
      toString in class Object