Class SAMLTokenPrincipalImpl

java.lang.Object
org.apache.wss4j.common.principal.SAMLTokenPrincipalImpl
All Implemented Interfaces:
Serializable, Principal, SAMLTokenPrincipal

public class SAMLTokenPrincipalImpl extends Object implements Serializable, SAMLTokenPrincipal
A principal that represents a SAML Token. It parses the Subject and returns the Subject name value as the Principal name.
See Also: