Package org.simexid.keycloak.model
Class SSORoles
java.lang.Object
org.simexid.keycloak.model.SSORoles
This class is used to represent the roles of a user in the Keycloak server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
void
setClientRole
(Boolean clientRole) void
setComposite
(Boolean composite) void
setContainerId
(String containerId) void
setDescription
(String description) void
void
toJson()
toString()
-
Constructor Details
-
SSORoles
public SSORoles() -
SSORoles
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getComposite
-
setComposite
-
getClientRole
-
setClientRole
-
getContainerId
-
setContainerId
-
equals
-
hashCode
public int hashCode() -
toString
-
toJson
-