com.sun.xml.wss.provider.wsit
Class WSITClientAuthConfig
java.lang.Object
com.sun.xml.wss.provider.wsit.WSITClientAuthConfig
- All Implemented Interfaces:
- AuthConfig, ClientAuthConfig
public class WSITClientAuthConfig
- extends Object
- implements ClientAuthConfig
- Author:
- kumar jayanti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSITClientAuthConfig
public WSITClientAuthConfig(String layer,
String appContext,
CallbackHandler callbackHandler)
- Creates a new instance of WSITClientAuthConfig
getAuthContext
public ClientAuthContext getAuthContext(String operation,
Subject subject,
Map rawMap)
throws AuthException
- Specified by:
getAuthContext in interface ClientAuthConfig
- Throws:
AuthException
getMessageLayer
public String getMessageLayer()
- Specified by:
getMessageLayer in interface AuthConfig
getAppContext
public String getAppContext()
- Specified by:
getAppContext in interface AuthConfig
getOperation
public String getOperation(MessageInfo messageInfo)
refresh
public void refresh()
- Specified by:
refresh in interface AuthConfig
getAuthContextID
public String getAuthContextID(MessageInfo messageInfo)
- Specified by:
getAuthContextID in interface AuthConfig
isProtected
public boolean isProtected()
- Specified by:
isProtected in interface AuthConfig
cleanupAuthContext
public ClientAuthContext cleanupAuthContext(Integer hashCode)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.