Package org.keycloak.models.map.group
Interface MapGroupEntity
- All Superinterfaces:
AbstractEntity,EntityWithAttributes,UpdatableEntity
- All Known Implementing Classes:
HotRodGroupEntity.AbstractHotRodGroupEntityDelegate,HotRodGroupEntityDelegate,JpaGroupEntity,JpaGroupMetadata,MapGroupEntity.AbstractGroupEntity,MapGroupEntityDelegate,MapGroupEntityFieldDelegate,MapGroupEntityImpl,MapGroupEntityImpl.Empty
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedRole(String role) getName()voidremoveGrantedRole(String role) voidsetGrantedRoles(Set<String> grantedRoles) voidvoidsetParentId(String parentId) voidsetRealmId(String realmId) Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.common.EntityWithAttributes
getAttribute, getAttributes, removeAttribute, setAttribute, setAttributesMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag