Package org.keycloak.models.jpa.entities
Class UserConsentClientScopeEntity
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.UserConsentClientScopeEntity
 
- 
 @Entity public class UserConsentClientScopeEntity extends Object - Author:
- Marek Posolda
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUserConsentClientScopeEntity.Key
 - 
Field SummaryFields Modifier and Type Field Description protected StringscopeIdprotected UserConsentEntityuserConsent
 - 
Constructor SummaryConstructors Constructor Description UserConsentClientScopeEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetScopeId()UserConsentEntitygetUserConsent()inthashCode()voidsetScopeId(String scopeId)voidsetUserConsent(UserConsentEntity userConsent)
 
- 
- 
- 
Field Detail- 
userConsentprotected UserConsentEntity userConsent 
 - 
scopeIdprotected String scopeId 
 
- 
 - 
Method Detail- 
getUserConsentpublic UserConsentEntity getUserConsent() 
 - 
setUserConsentpublic void setUserConsent(UserConsentEntity userConsent) 
 - 
getScopeIdpublic String getScopeId() 
 - 
setScopeIdpublic void setScopeId(String scopeId) 
 
- 
 
-