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
Modifier and TypeFieldDescriptionprotected Collection<ClientScopeAttributeEntity>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
void
setAttributes
(Collection<ClientScopeAttributeEntity> attributes) void
setDescription
(String description) void
void
void
setProtocol
(String protocol) void
setProtocolMappers
(Collection<ProtocolMapperEntity> protocolMappers) void
setRealmId
(String realmId) void
setScopeMappingIds
(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()
-