org.apache.ws.security.message.token
Class TokenElementCallback
java.lang.Object
org.apache.ws.security.message.token.TokenElementCallback
- All Implemented Interfaces:
- Callback
public class TokenElementCallback
- extends Object
- implements Callback
This class is a callback to obtain a DOM Element representing a security token.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenElementCallback
public TokenElementCallback()
getTokenElement
public Element getTokenElement()
- Get the token element
- Returns:
- the token element
setTokenElement
public void setTokenElement(Element element)
- Set the token element
- Parameters:
the
- token element
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.