Uses of Class
com.sun.identity.liberty.ws.security.SecurityAssertion
-
Packages that use SecurityAssertion Package Description com.sun.identity.liberty.ws.security Provides interface to manage liberty securitycom.sun.identity.liberty.ws.soapbinding Provides classes to manage Liberty SOAP Binding. -
-
Uses of SecurityAssertion in com.sun.identity.liberty.ws.security
Methods in com.sun.identity.liberty.ws.security with parameters of type SecurityAssertion Modifier and Type Method Description static Certificate
SecurityUtils. getCertificate(SecurityAssertion assertion)
Gets the Certificate from theAssertion
. -
Uses of SecurityAssertion in com.sun.identity.liberty.ws.soapbinding
Methods in com.sun.identity.liberty.ws.soapbinding that return SecurityAssertion Modifier and Type Method Description SecurityAssertion
Message. getAssertion()
Returns the SAML assertion used for signing.
-