public class Advice extends AdviceBase
Advice
element contains additional information that the
issuer wish to provide. This information MAY be ignored by applications
without affecting either the semantics or validity. Advice elements MAY
be specified in an extension schema.Constructor and Description |
---|
Advice(Element element)
Constructs an Advice element from an existing XML block.
|
Advice(List assertionidreference,
List assertion,
List otherelement)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected AssertionBase |
createAssertion(Element assertionElement)
Creates appropriate Assertion Instance
|
protected AssertionIDReference |
createAssertionIDReference(Element assertionIDRefElement)
Creates appropriate AssertionIDReference Instance
|
getAssertion, getAssertionIDReference, getOtherElement, toString, toString
public Advice(Element element) throws SAMLException
element
- representing a DOM tree elementSAMLException
- if there is an error in the sender or in the
element definition.protected AssertionBase createAssertion(Element assertionElement) throws SAMLException
AdviceBase
createAssertion
in class AdviceBase
assertionElement
- the assertion ElementSAMLException
protected AssertionIDReference createAssertionIDReference(Element assertionIDRefElement) throws SAMLException
AdviceBase
createAssertionIDReference
in class AdviceBase
assertionIDRefElement
- the assertion ID reference ElementSAMLException
Copyright © 2010-2018, ForgeRock All Rights Reserved.