Package com.sun.xml.wss.provider.wsit
Class WSITServerAuthModule
java.lang.Object
com.sun.xml.wss.provider.wsit.WSITServerAuthModule
- All Implemented Interfaces:
ServerAuthModule,ServerAuth
- Author:
- kumar.jayanti
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of WSITServerAuthModuleWSITServerAuthModule(Class<?>... supported) Creates a new instance of WSITServerAuthModule -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanSubject(MessageInfo messageInfo, Subject subject) Class<?>[]voidinitialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map<String, Object> options) secureResponse(MessageInfo messageInfo, Subject serviceSubject) validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject)
-
Constructor Details
-
WSITServerAuthModule
public WSITServerAuthModule()Creates a new instance of WSITServerAuthModule -
WSITServerAuthModule
Creates a new instance of WSITServerAuthModule- Parameters:
supported- seegetSupportedMessageTypes()
-
-
Method Details
-
initialize
public void initialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map<String, Object> options) - Specified by:
initializein interfaceServerAuthModule
-
getSupportedMessageTypes
- Specified by:
getSupportedMessageTypesin interfaceServerAuthModule
-
validateRequest
public AuthStatus validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) - Specified by:
validateRequestin interfaceServerAuth
-
secureResponse
- Specified by:
secureResponsein interfaceServerAuth
-
cleanSubject
- Specified by:
cleanSubjectin interfaceServerAuth- Throws:
AuthException
-