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