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 Summary
Nested Classes Modifier and Type Class Description static classFederatedUserConsentClientScopeEntity.Key
-
Field Summary
Fields Modifier and Type Field Description protected StringscopeIdprotected FederatedUserConsentEntityuserConsent
-
Constructor Summary
Constructors Constructor Description FederatedUserConsentClientScopeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetScopeId()FederatedUserConsentEntitygetUserConsent()inthashCode()voidsetScopeId(String scopeId)voidsetUserConsent(FederatedUserConsentEntity userConsent)
-
-
-
Field Detail
-
userConsent
protected FederatedUserConsentEntity userConsent
-
scopeId
protected String scopeId
-
-
Method Detail
-
getUserConsent
public FederatedUserConsentEntity getUserConsent()
-
setUserConsent
public void setUserConsent(FederatedUserConsentEntity userConsent)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
-