Package com.sun.xml.wss.provider.wsit
Class WSITClientAuthConfig
java.lang.Object
com.sun.xml.wss.provider.wsit.WSITClientAuthConfig
- All Implemented Interfaces:
AuthConfig,ClientAuthConfig
- Author:
- kumar jayanti
-
Constructor Summary
ConstructorsConstructorDescriptionWSITClientAuthConfig(String layer, String appContext, CallbackHandler callbackHandler) Creates a new instance of WSITClientAuthConfig -
Method Summary
Modifier and TypeMethodDescriptioncleanupAuthContext(Integer hashCode) getAuthContextID(MessageInfo messageInfo) getOperation(MessageInfo messageInfo) booleanvoidrefresh()
-
Constructor Details
-
WSITClientAuthConfig
Creates a new instance of WSITClientAuthConfig
-
-
Method Details
-
getAuthContext
- Specified by:
getAuthContextin interfaceClientAuthConfig
-
getMessageLayer
- Specified by:
getMessageLayerin interfaceAuthConfig
-
getAppContext
- Specified by:
getAppContextin interfaceAuthConfig
-
getOperation
-
refresh
public void refresh()- Specified by:
refreshin interfaceAuthConfig
-
getAuthContextID
- Specified by:
getAuthContextIDin interfaceAuthConfig
-
isProtected
public boolean isProtected()- Specified by:
isProtectedin interfaceAuthConfig
-
cleanupAuthContext
-