Package org.keycloak.models.jpa.entities
Class UserConsentClientScopeEntity.Key
- java.lang.Object
-
- org.keycloak.models.jpa.entities.UserConsentClientScopeEntity.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserConsentClientScopeEntity
public static class UserConsentClientScopeEntity.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringscopeIdprotected UserConsentEntityuserConsent
-
Constructor Summary
Constructors Constructor Description Key()Key(UserConsentEntity userConsent, String scopeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetScopeId()UserConsentEntitygetUserConsent()inthashCode()
-
-
-
Field Detail
-
userConsent
protected UserConsentEntity userConsent
-
scopeId
protected String scopeId
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(UserConsentEntity userConsent, String scopeId)
-
-