Package org.keycloak.models.jpa.entities
Class ClientScopeEntity
java.lang.Object
org.keycloak.models.jpa.entities.ClientScopeEntity
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<ClientScopeAttributeEntity>protected String - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
ClientScopeEntity
public ClientScopeEntity() 
 - 
 - 
Method Details
- 
getRealmId
 - 
setRealmId
 - 
getId
 - 
setId
 - 
getName
 - 
setName
 - 
getDescription
 - 
setDescription
 - 
getProtocolMappers
 - 
setProtocolMappers
 - 
getProtocol
 - 
setProtocol
 - 
getAttributes
 - 
setAttributes
 - 
getScopeMappingIds
 - 
setScopeMappingIds
 - 
equals
 - 
hashCode
public int hashCode() 
 -