|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.security.authentication.SAMLCredential
public class SAMLCredential
A SAMLCredential represents a credential based on a SAML-Response or SAML-Assertion.
Constructor Summary | |
---|---|
SAMLCredential(SAMLTicket samlTicket)
Constructor creates a new instance. |
Method Summary | |
---|---|
SAMLTicket |
getSAMLTicket()
Method gets the samlTicket. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLCredential(SAMLTicket samlTicket)
samlTicket
- the samlTicket.Method Detail |
---|
public SAMLTicket getSAMLTicket()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |