Package io.jans.as.model.authzdetails
Class AuthzDetail
- java.lang.Object
-
- io.jans.as.model.authzdetails.AuthzDetail
-
public class AuthzDetail extends Object
- Author:
- Yuriy Z
-
-
Constructor Summary
Constructors Constructor Description AuthzDetail(String json)
AuthzDetail(org.json.JSONObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObject
getJsonObject()
String
getType()
String
getUiRepresentation()
void
setUiRepresentation(String uiRepresentation)
String
toString()
-
-
-
Constructor Detail
-
AuthzDetail
public AuthzDetail(String json)
-
AuthzDetail
public AuthzDetail(org.json.JSONObject jsonObject)
-
-