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 Object
- implements ServerAuthConfig
- Author:
- kumar jayanti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSITServerAuthConfig
public WSITServerAuthConfig(String layer,
String appContext,
CallbackHandler callbackHandler)
- Creates a new instance of WSITServerAuthConfig
getAuthContext
public ServerAuthContext getAuthContext(String operation,
Subject subject,
Map rawMap)
throws AuthException
- Specified by:
getAuthContext in interface ServerAuthConfig
- 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
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.