Uses of Class
com.sun.identity.saml.assertion.AdviceBase
-
Packages that use AdviceBase Package Description com.sun.identity.saml.assertion Defines SAML assertion. -
-
Uses of AdviceBase in com.sun.identity.saml.assertion
Subclasses of AdviceBase in com.sun.identity.saml.assertion Modifier and Type Class Description class
Advice
TheAdvice
element contains additional information that the issuer wish to provide.Fields in com.sun.identity.saml.assertion declared as AdviceBase Modifier and Type Field Description protected AdviceBase
AssertionBase. _advice
TheAdvice
element specifies additional information related to the assertion that may assist processing in certain situations but which can be ignored by applications that do not support its use.Methods in com.sun.identity.saml.assertion that return AdviceBase Modifier and Type Method Description protected AdviceBase
Assertion. createAdvice(Element adviceElement)
protected abstract AdviceBase
AssertionBase. createAdvice(Element adviceElement)
Creates appropriate Advice instanceMethods in com.sun.identity.saml.assertion with parameters of type AdviceBase Modifier and Type Method Description boolean
AssertionBase. setAdvice(AdviceBase advice)
Sets the advice for an assertionConstructors in com.sun.identity.saml.assertion with parameters of type AdviceBase Constructor Description AssertionBase(String assertionID, String issuer, Date issueInstant, Conditions conditions, AdviceBase advice, Set<Statement> statements)
This constructor is used to populate the data members: thessertionID
, 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.
-