Package org.keycloak.models.jpa.entities
Class RoleEntity
java.lang.Object
org.keycloak.models.jpa.entities.RoleEntity
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
boolean
void
setAttributes
(List<RoleAttributeEntity> attributes) void
setClientId
(String clientId) void
setClientRealmConstraint
(String clientRealmConstraint) void
setClientRole
(boolean clientRole) void
setCompositeRoles
(Set<RoleEntity> compositeRoles) void
setDescription
(String description) void
void
void
setRealmId
(String realmId)
-
Field Details
-
attributes
-
-
Constructor Details
-
RoleEntity
public RoleEntity()
-
-
Method Details
-
getId
-
setId
-
getRealmId
-
setRealmId
-
getAttributes
-
setAttributes
-
getName
-
setName
-
getDescription
-
setDescription
-
getCompositeRoles
-
setCompositeRoles
-
isClientRole
public boolean isClientRole() -
setClientRole
public void setClientRole(boolean clientRole) -
getClientId
-
setClientId
-
getClientRealmConstraint
-
setClientRealmConstraint
-
equals
-
hashCode
public int hashCode()
-