Package org.apache.wss4j.common.token
Class TokenElementCallback
java.lang.Object
org.apache.wss4j.common.token.TokenElementCallback
- All Implemented Interfaces:
Callback
This class is a callback to obtain a DOM Element representing a security token.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the token elementvoidsetTokenElement(Element element) Set the token element
-
Constructor Details
-
TokenElementCallback
public TokenElementCallback()
-
-
Method Details
-
getTokenElement
Get the token element- Returns:
- the token element
-
setTokenElement
Set the token element- Parameters:
element- the token element
-