|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.identity.wss.security.SecurityPrincipal
public class SecurityPrincipal
This class SecurityPrincipal exposes the authenticated
principal via the message level security.
It implements Principal and Serializable
interfaces.
| Constructor Summary | |
|---|---|
SecurityPrincipal(String name)
Constructs SecurityPrincipal object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compares with given object. |
String |
getName()
Returns the name of the principal. |
String |
toString()
Converts to string. |
| Constructor Detail |
|---|
public SecurityPrincipal(String name)
name - the name of the principal| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objecto - the given object
public String getName()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||