Package org.keycloak.models.jpa.entities
Class ClientScopeClientMappingEntity
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.ClientScopeClientMappingEntity
 
- 
 @Entity public class ClientScopeClientMappingEntity extends Object Binding between client and clientScope- Author:
- Marek Posolda
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classClientScopeClientMappingEntity.Key
 - 
Field SummaryFields Modifier and Type Field Description protected StringclientIdprotected StringclientScopeIdprotected booleandefaultScope
 - 
Constructor SummaryConstructors Constructor Description ClientScopeClientMappingEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()StringgetClientScopeId()inthashCode()booleanisDefaultScope()voidsetClientId(String clientId)voidsetClientScopeId(String clientScopeId)voidsetDefaultScope(boolean defaultScope)
 
- 
- 
- 
Method Detail- 
getClientScopeIdpublic String getClientScopeId() 
 - 
setClientScopeIdpublic void setClientScopeId(String clientScopeId) 
 - 
getClientIdpublic String getClientId() 
 - 
setClientIdpublic void setClientId(String clientId) 
 - 
isDefaultScopepublic boolean isDefaultScope() 
 - 
setDefaultScopepublic void setDefaultScope(boolean defaultScope) 
 
- 
 
-