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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
void
setActions
(List<String> actions) void
setCustomData
(String key, Object value) void
setDatatypes
(List<String> datatypes) void
setIdentifier
(String identifier) void
setLocations
(List<String> locations) void
setPrivileges
(List<String> privileges) void
toString()
-
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()
-