public static class UserConsentClientScopeEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
scopeId |
protected UserConsentEntity |
userConsent |
Constructor and Description |
---|
Key() |
Key(UserConsentEntity userConsent,
String scopeId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getScopeId() |
UserConsentEntity |
getUserConsent() |
int |
hashCode() |
protected UserConsentEntity userConsent
protected String scopeId
public Key()
public Key(UserConsentEntity userConsent, String scopeId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.