com.sun.xml.wss.provider.wsit
Class PipeHelper
java.lang.Object
com.sun.xml.wss.provider.wsit.ConfigHelper
com.sun.xml.wss.provider.wsit.PipeHelper
public class PipeHelper
- extends ConfigHelper
| Methods inherited from class com.sun.xml.wss.provider.wsit.ConfigHelper |
getAppContextID, getAuthConfig, getAuthConfig, getClientAuthConfig, getDefaultCallbackHandler, getProperty, getRegistrationListener, getRegistrationWrapper, getServerAuthConfig, hasExactMatchAuthProvider, init, loadFromClasspath, loadGFHandler, setJmacProviderRegisID, setRegistrationWrapper |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipeHelper
public PipeHelper(String layer,
Map<Object,Object> map,
CallbackHandler cbh)
getClientAuthContext
public ClientAuthContext getClientAuthContext(MessageInfo info,
Subject s)
throws AuthException
- Overrides:
getClientAuthContext in class ConfigHelper
- Throws:
AuthException
getServerAuthContext
public ServerAuthContext getServerAuthContext(MessageInfo info,
Subject s)
throws AuthException
- Overrides:
getServerAuthContext in class ConfigHelper
- Throws:
AuthException
loadFromClasspath
public static URL loadFromClasspath(String configFileName)
getClientSubject
public Subject getClientSubject()
getSessionToken
public void getSessionToken(Map<Object,Object> m,
MessageInfo info,
Subject s)
throws AuthException
- Throws:
AuthException
getModelName
public Object getModelName()
makeFaultResponse
public com.sun.xml.ws.api.message.Packet makeFaultResponse(com.sun.xml.ws.api.message.Packet response,
Throwable t)
isTwoWay
public boolean isTwoWay(boolean twoWayIsDefault,
com.sun.xml.ws.api.message.Packet request)
getFaultResponse
public com.sun.xml.ws.api.message.Packet getFaultResponse(com.sun.xml.ws.api.message.Packet request,
com.sun.xml.ws.api.message.Packet response,
Throwable t)
disable
public void disable()
- Overrides:
disable in class ConfigHelper
authorize
public void authorize(com.sun.xml.ws.api.message.Packet request)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.