public class RealmUser extends SecurityRealmPrincipal implements AccountPrincipal, UserPrincipal
Constructor and Description |
---|
RealmUser(String name) |
RealmUser(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, getName
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getRealm
public RealmUser(String name)
public String getRealm()
RealmPrincipal
Principal
is associated with.getRealm
in interface RealmPrincipal
public String getFullName()
public String toString()
toString
in interface Principal
toString
in class SecurityRealmPrincipal
public int hashCode()
hashCode
in interface Principal
hashCode
in class SecurityRealmPrincipal
public boolean equals(Object obj)
equals
in interface Principal
equals
in class SecurityRealmPrincipal
Copyright © 2023 JBoss by Red Hat. All rights reserved.