Spring Web Services Framework

org.springframework.ws.soap.security.wss4j.callback
Class UsernameTokenPrincipalCallback

java.lang.Object
  extended by 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

Constructor Summary
UsernameTokenPrincipalCallback(WSUsernameTokenPrincipal principal)
          Construct a UsernameTokenPrincipalCallback.
 
Method Summary
 WSUsernameTokenPrincipal getPrincipal()
          Get the retrieved Principal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsernameTokenPrincipalCallback

public UsernameTokenPrincipalCallback(WSUsernameTokenPrincipal principal)
Construct a UsernameTokenPrincipalCallback.

Method Detail

getPrincipal

public WSUsernameTokenPrincipal getPrincipal()
Get the retrieved Principal.


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.