Uses of Class
com.sun.identity.saml.assertion.Advice
Package
Description
Provides interface to manage liberty security
Defines SAML assertion.
-
Uses of Advice in com.sun.identity.liberty.ws.security
ModifierConstructorDescriptionSecurityAssertion
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) ConstructsSecurityAssertion
object with theassertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion,Advice
applicable to thisAssertion
and aSet
ofStatement
(s) in the assertion. -
Uses of Advice in com.sun.identity.saml.assertion
ModifierConstructorDescriptionAssertion
(String assertionID, String issuer, Date issueInstant, Conditions conditions, Advice advice, Set<Statement> statements) ConstructsAssertion
object and populate the data members: theAssertionID
, the issuer, time when assertion issued, the conditions when creating a new assertion ,Advice
applicable to thisAssertion
and a set ofStatement
(s) in the assertion.