com.sun.xml.wss.provider.wsit
Class WSITClientAuthModule
java.lang.Object
com.sun.xml.wss.provider.wsit.WSITClientAuthModule
- All Implemented Interfaces:
- ClientAuth, ClientAuthModule
public class WSITClientAuthModule
- extends Object
- implements ClientAuthModule
- Author:
- kumar.jayanti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
protected static final String DEBUG
- See Also:
- Constant Field Values
WSITClientAuthModule
public WSITClientAuthModule()
- Creates a new instance of WSITClientAuthModule
initialize
public void initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
throws AuthException
- Specified by:
initialize in interface ClientAuthModule
- Throws:
AuthException
getSupportedMessageTypes
public Class[] getSupportedMessageTypes()
- Specified by:
getSupportedMessageTypes in interface ClientAuthModule
secureRequest
public AuthStatus secureRequest(MessageInfo messageInfo,
Subject clientSubject)
throws AuthException
- Specified by:
secureRequest in interface ClientAuth
- Throws:
AuthException
validateResponse
public AuthStatus validateResponse(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
throws AuthException
- Specified by:
validateResponse in interface ClientAuth
- Throws:
AuthException
cleanSubject
public void cleanSubject(MessageInfo messageInfo,
Subject subject)
throws AuthException
- Specified by:
cleanSubject in interface ClientAuth
- Throws:
AuthException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.