public static class DefaultClientScopeRealmMappingEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ClientScopeEntity |
clientScope |
protected RealmEntity |
realm |
Constructor and Description |
---|
Key() |
Key(ClientScopeEntity clientScope,
RealmEntity realm) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientScopeEntity |
getClientScope() |
RealmEntity |
getRealm() |
int |
hashCode() |
protected ClientScopeEntity clientScope
protected RealmEntity realm
public Key()
public Key(ClientScopeEntity clientScope, RealmEntity realm)
public ClientScopeEntity getClientScope()
public RealmEntity getRealm()
Copyright © 2020 JBoss by Red Hat. All rights reserved.