Package com.sun.xml.wss.impl.callback
Class SAMLCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.SAMLCallback
- All Implemented Interfaces:
Callback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssertionElement(Element samlAssertion) voidsetAssertionId(String id) voidsetAssertionReader(XMLStreamReader samlAssertion) voidvoidsetAuthorityBindingElement(Element authority) voidsetConfirmationMethod(String meth) voidsetSAMLVersion(String ver) Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Field Details
-
SV_ASSERTION_TYPE
- See Also:
-
HOK_ASSERTION_TYPE
- See Also:
-
V10_ASSERTION
- See Also:
-
V11_ASSERTION
- See Also:
-
V20_ASSERTION
- See Also:
-
-
Constructor Details
-
SAMLCallback
public SAMLCallback()Creates a new instance of SAMLCallback
-
-
Method Details
-
setAssertionElement
-
setAssertionReader
-
getAssertionElement
-
getAssertionReader
-
setAuthorityBindingElement
-
getAuthorityBindingElement
-
getAuthorityBinding
-
setAuthorityBinding
-
setConfirmationMethod
-
getConfirmationMethod
-
getSAMLVersion
-
setSAMLVersion
-
setAssertionId
-
getAssertionId
-