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