com.sun.xml.wss.provider
Class ServerSecurityAuthModule
java.lang.Object
com.sun.xml.wss.provider.WssProviderAuthModule
com.sun.xml.wss.provider.ServerSecurityAuthModule
- All Implemented Interfaces:
- com.sun.enterprise.security.jauth.ServerAuthModule, ConfigurationStates, ModuleOptions
public class ServerSecurityAuthModule
- extends WssProviderAuthModule
- implements com.sun.enterprise.security.jauth.ServerAuthModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerSecurityAuthModule
public ServerSecurityAuthModule()
initialize
public void initialize(com.sun.enterprise.security.jauth.AuthPolicy requestPolicy,
com.sun.enterprise.security.jauth.AuthPolicy responsePolicy,
CallbackHandler handler,
Map options)
- Specified by:
initialize in interface com.sun.enterprise.security.jauth.ServerAuthModule
validateRequest
public void validateRequest(com.sun.enterprise.security.jauth.AuthParam param,
Subject subject,
Map sharedState)
throws com.sun.enterprise.security.jauth.AuthException
- Specified by:
validateRequest in interface com.sun.enterprise.security.jauth.ServerAuthModule
- Throws:
com.sun.enterprise.security.jauth.AuthException
secureResponse
public void secureResponse(com.sun.enterprise.security.jauth.AuthParam param,
Subject subject,
Map sharedState)
throws com.sun.enterprise.security.jauth.AuthException
- Specified by:
secureResponse in interface com.sun.enterprise.security.jauth.ServerAuthModule
- Throws:
com.sun.enterprise.security.jauth.AuthException
disposeSubject
public void disposeSubject(Subject subject,
Map sharedState)
throws com.sun.enterprise.security.jauth.AuthException
- Specified by:
disposeSubject in interface com.sun.enterprise.security.jauth.ServerAuthModule
- Throws:
com.sun.enterprise.security.jauth.AuthException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.