public class SecurityPrincipal extends Object implements Principal, Serializable
SecurityPrincipal
exposes the authenticated
principal via the message level security.
It implements Principal
and Serializable
interfaces.Constructor and Description |
---|
SecurityPrincipal(String name)
Constructs SecurityPrincipal object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares with given object.
|
String |
getName()
Returns the name of the principal.
|
String |
toString()
Converts to string.
|
public SecurityPrincipal(String name)
name
- the name of the principalCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.