Uses of Class
com.sun.identity.saml.assertion.Advice
-
Packages that use Advice Package Description com.sun.identity.liberty.ws.security Provides interface to manage liberty securitycom.sun.identity.saml.assertion Defines SAML assertion. -
-
Uses of Advice in com.sun.identity.liberty.ws.security
Constructors in com.sun.identity.liberty.ws.security with parameters of type Advice Constructor Description SecurityAssertion(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
Methods in com.sun.identity.saml.assertion that return Advice Modifier and Type Method Description Advice
Assertion. getAdvice()
Returns the advice of an assertion.Constructors in com.sun.identity.saml.assertion with parameters of type Advice Constructor Description Assertion(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.
-