Uses of Class
com.sun.identity.saml.assertion.Advice
Packages that use Advice
Package
Description
Provides interface to manage liberty security
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 AdviceModifierConstructorDescriptionSecurityAssertion(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 AdviceConstructors in com.sun.identity.saml.assertion with parameters of type AdviceModifierConstructorDescriptionAssertion(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.