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.JSONObjectgetJsonObject()StringgetType()StringgetUiRepresentation()voidsetUiRepresentation(String uiRepresentation)StringtoString()
-
-
-
Constructor Detail
-
AuthzDetail
public AuthzDetail(String json)
-
AuthzDetail
public AuthzDetail(org.json.JSONObject jsonObject)
-
-