Package org.keycloak.models.jpa.entities
Class ClientScopeEntity
java.lang.Object
org.keycloak.models.jpa.entities.ClientScopeEntity
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Collection<ClientScopeAttributeEntity>protected String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()voidsetAttributes(Collection<ClientScopeAttributeEntity> attributes) voidsetDescription(String description) voidvoidvoidsetProtocol(String protocol) voidsetProtocolMappers(Collection<ProtocolMapperEntity> protocolMappers) voidsetRealmId(String realmId) voidsetScopeMappingIds(Set<String> scopeMappingIds) 
- 
Field Details- 
realmId
- 
attributes
 
- 
- 
Constructor Details- 
ClientScopeEntitypublic ClientScopeEntity()
 
- 
- 
Method Details- 
getRealmId
- 
setRealmId
- 
getId
- 
setId
- 
getName
- 
setName
- 
getDescription
- 
setDescription
- 
getProtocolMappers
- 
setProtocolMappers
- 
getProtocol
- 
setProtocol
- 
getAttributes
- 
setAttributes
- 
getScopeMappingIds
- 
setScopeMappingIds
- 
equals
- 
hashCodepublic int hashCode()
 
-