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