Package org.keycloak.representations
Class AuthorizationDetailsJSONRepresentation
java.lang.Object
org.keycloak.representations.AuthorizationDetailsJSONRepresentation
- All Implemented Interfaces:
 Serializable
The JSON representation of a Rich Authorization Request's "authorization_details" object.
- Author:
 - Daniel Gozalo
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetActions(List<String> actions) voidsetCustomData(String key, Object value) voidsetDatatypes(List<String> datatypes) voidsetIdentifier(String identifier) voidsetLocations(List<String> locations) voidsetPrivileges(List<String> privileges) voidtoString() 
- 
Field Details
- 
STATIC_SCOPE_RAR_TYPE
- See Also:
 
 - 
DYNAMIC_SCOPE_RAR_TYPE
- See Also:
 
 
 - 
 - 
Constructor Details
- 
AuthorizationDetailsJSONRepresentation
public AuthorizationDetailsJSONRepresentation() 
 - 
 - 
Method Details
- 
getType
 - 
setType
 - 
getLocations
 - 
setLocations
 - 
getActions
 - 
setActions
 - 
getDatatypes
 - 
setDatatypes
 - 
getIdentifier
 - 
setIdentifier
 - 
getPrivileges
 - 
setPrivileges
 - 
getCustomData
 - 
setCustomData
 - 
toString
 - 
getScopeNameFromCustomData
 - 
getDynamicScopeParamFromCustomData
 - 
equals
 - 
hashCode
public int hashCode() 
 -