Uses of Class
com.sun.identity.saml.assertion.AdviceBase
-
Uses of AdviceBase in com.sun.identity.saml.assertion
Modifier and TypeClassDescriptionclass
TheAdvice
element contains additional information that the issuer wish to provide.Modifier and TypeFieldDescriptionprotected 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.Modifier and TypeMethodDescriptionprotected AdviceBase
Assertion.createAdvice
(Element adviceElement) protected abstract AdviceBase
AssertionBase.createAdvice
(Element adviceElement) Creates appropriate Advice instanceModifier and TypeMethodDescriptionboolean
AssertionBase.setAdvice
(AdviceBase advice) Sets the advice for an assertionModifierConstructorDescriptionAssertionBase
(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.