org.springframework.ws.soap.security.wss4j.callback
Class UsernameTokenPrincipalCallback
java.lang.Object
org.springframework.ws.soap.security.wss4j.callback.UsernameTokenPrincipalCallback
- All Implemented Interfaces:
- Serializable, Callback
public class UsernameTokenPrincipalCallback
- extends Object
- implements Callback, Serializable
Underlying security services instantiate and pass a UsernameTokenPrincipalCallback
to the
handle
method of a CallbackHandler
to pass a security
WSUsernameTokenPrincipal
.
- Since:
- 1.5.0
- Author:
- Arjen Poutsma
- See Also:
WSUsernameTokenPrincipal
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsernameTokenPrincipalCallback
public UsernameTokenPrincipalCallback(WSUsernameTokenPrincipal principal)
- Construct a
UsernameTokenPrincipalCallback
.
getPrincipal
public WSUsernameTokenPrincipal getPrincipal()
- Get the retrieved
Principal
.
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.