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