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