|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.SAMLTokenPrincipal
public class SAMLTokenPrincipal
A principal that represents a SAML Token. It parses the Subject and returns the Subject name value as the Principal name.
Constructor Summary | |
---|---|
SAMLTokenPrincipal(AssertionWrapper assertion)
|
Method Summary | |
---|---|
java.lang.String |
getId()
|
java.lang.String |
getName()
|
AssertionWrapper |
getToken()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode, toString |
Constructor Detail |
---|
public SAMLTokenPrincipal(AssertionWrapper assertion)
Method Detail |
---|
public AssertionWrapper getToken()
public java.lang.String getName()
getName
in interface java.security.Principal
public java.lang.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |