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)ConstructsSecurityAssertionobject with theassertionID, the issuer, time when assertion issued, the conditions when creating a new assertion,Adviceapplicable to thisAssertionand aSetofStatement(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 AdviceAssertion. 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)ConstructsAssertionobject and populate the data members: theAssertionID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertionand a set ofStatement(s) in the assertion.
-