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 String
scopeId
protected FederatedUserConsentEntity
userConsent
-
Constructor Summary
Constructors Constructor Description Key()
Key(FederatedUserConsentEntity userConsent, String scopeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getScopeId()
FederatedUserConsentEntity
getUserConsent()
int
hashCode()
-
-
-
Field Detail
-
userConsent
protected FederatedUserConsentEntity userConsent
-
scopeId
protected String scopeId
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(FederatedUserConsentEntity userConsent, String scopeId)
-
-