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 SummaryFields Modifier and Type Field Description protected StringscopeIdprotected FederatedUserConsentEntityuserConsent
 - 
Constructor SummaryConstructors Constructor Description Key()Key(FederatedUserConsentEntity userConsent, String scopeId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetScopeId()FederatedUserConsentEntitygetUserConsent()inthashCode()
 
- 
- 
- 
Field Detail- 
userConsentprotected FederatedUserConsentEntity userConsent 
 - 
scopeIdprotected String scopeId 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(FederatedUserConsentEntity userConsent, String scopeId) 
 
- 
 
-