Uses of Class
com.sun.identity.saml.assertion.AdviceBase
Packages that use AdviceBase
-
Uses of AdviceBase in com.sun.identity.saml.assertion
Subclasses of AdviceBase in com.sun.identity.saml.assertionModifier and TypeClassDescriptionclass
TheAdvice
element contains additional information that the issuer wish to provide.Fields in com.sun.identity.saml.assertion declared as AdviceBaseModifier 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.Methods in com.sun.identity.saml.assertion that return AdviceBaseModifier and TypeMethodDescriptionprotected 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 AdviceBaseModifier and TypeMethodDescriptionboolean
AssertionBase.setAdvice
(AdviceBase advice) Sets the advice for an assertionConstructors in com.sun.identity.saml.assertion with parameters of type AdviceBaseModifierConstructorDescriptionAssertionBase
(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.