Class RoleAdapter
java.lang.Object
org.keycloak.models.cache.infinispan.RoleAdapter
- All Implemented Interfaces:
 RoleModel
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.RoleModel
RoleModel.RoleNameChangeEvent - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CachedRoleprotected RealmCacheSessionprotected booleanprotected RealmModelprotected RoleModel - 
Constructor Summary
ConstructorsConstructorDescriptionRoleAdapter(CachedRole cached, RealmCacheSession cacheSession, RealmModel realm)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddCompositeRole(RoleModel role) booleangetAttributeStream(String name) Returns all role's attributes that match the given name as a stream.Returns all composite roles as a stream.getCompositesStream(String search, Integer first, Integer max) Returns a paginated stream of composite roles ofthisrole that contain given string in its name.protected voidgetDelegateForRename(String newName) protected voidgetFirstAttribute(String name) getId()getName()inthashCode()booleanvoidbooleanbooleanprotected booleanvoidremoveAttribute(String name) voidremoveCompositeRole(RoleModel role) voidsetAttribute(String name, List<String> values) voidsetDescription(String description) voidvoidsetSingleAttribute(String name, String value)  
- 
Field Details
- 
updated
 - 
cached
 - 
cacheSession
 - 
realm
 - 
composites
 - 
invalidated
protected boolean invalidated 
 - 
 - 
Constructor Details
- 
RoleAdapter
 
 - 
 - 
Method Details
- 
getDelegateForUpdate
protected void getDelegateForUpdate() - 
getDelegateForRename
 - 
invalidate
public void invalidate() - 
isUpdated
protected boolean isUpdated() - 
getName
 - 
getDescription
- Specified by:
 getDescriptionin interfaceRoleModel
 - 
setDescription
- Specified by:
 setDescriptionin interfaceRoleModel
 - 
getId
 - 
setName
 - 
isComposite
public boolean isComposite()- Specified by:
 isCompositein interfaceRoleModel
 - 
addCompositeRole
- Specified by:
 addCompositeRolein interfaceRoleModel
 - 
removeCompositeRole
- Specified by:
 removeCompositeRolein interfaceRoleModel
 - 
getCompositesStream
Description copied from interface:RoleModelReturns all composite roles as a stream.- Specified by:
 getCompositesStreamin interfaceRoleModel- Returns:
 - Stream of 
RoleModel. Never returnsnull. 
 - 
getCompositesStream
Description copied from interface:RoleModelReturns a paginated stream of composite roles ofthisrole that contain given string in its name.- Specified by:
 getCompositesStreamin interfaceRoleModel- Parameters:
 search- Case-insensitive search stringfirst- Index of the first result to return. Ignored if negative ornull.max- Maximum number of results to return. Ignored if negative ornull.- Returns:
 - A stream of requested roles ordered by the role name
 
 - 
isClientRole
public boolean isClientRole()- Specified by:
 isClientRolein interfaceRoleModel
 - 
getContainerId
- Specified by:
 getContainerIdin interfaceRoleModel
 - 
getContainer
- Specified by:
 getContainerin interfaceRoleModel
 - 
hasRole
 - 
setSingleAttribute
- Specified by:
 setSingleAttributein interfaceRoleModel
 - 
setAttribute
- Specified by:
 setAttributein interfaceRoleModel
 - 
removeAttribute
- Specified by:
 removeAttributein interfaceRoleModel
 - 
getFirstAttribute
- Specified by:
 getFirstAttributein interfaceRoleModel
 - 
getAttributeStream
Description copied from interface:RoleModelReturns all role's attributes that match the given name as a stream.- Specified by:
 getAttributeStreamin interfaceRoleModel- Parameters:
 name-StringName of an attribute to be used as a filter.- Returns:
 - Stream of 
String. Never returnsnull. 
 - 
getAttributes
- Specified by:
 getAttributesin interfaceRoleModel
 - 
equals
 - 
hashCode
public int hashCode() 
 -