public final class RealmGroup extends SecurityRealmPrincipal implements GroupPrincipal
Principal used to represent an authenticated identities group membership.| Constructor and Description |
|---|
RealmGroup(String name) |
RealmGroup(String realm,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFullName() |
String |
getRealm()
Obtain the name of the realm that this
Principal is associated with. |
int |
hashCode() |
String |
toString() |
equals, getNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetRealmpublic RealmGroup(String name)
public String getRealm()
RealmPrincipalPrincipal is associated with.getRealm in interface RealmPrincipalpublic String getFullName()
public String toString()
toString in interface PrincipaltoString in class SecurityRealmPrincipalpublic int hashCode()
hashCode in interface PrincipalhashCode in class SecurityRealmPrincipalpublic boolean equals(Object obj)
equals in interface Principalequals in class SecurityRealmPrincipalCopyright © 2022 JBoss by Red Hat. All rights reserved.