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