public class SimplePrincipal extends Object implements Principal, Serializable
Constructor and Description |
---|
SimplePrincipal(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object another)
Compare this SimplePrincipal's name against another Principal.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
public SimplePrincipal(String name)
public boolean equals(Object another)
public int hashCode()
public String toString()
Copyright © 2017 JBoss by Red Hat. All rights reserved.