Package 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.wss.provider.wsit.ConfigHelper
ConfigHelper.AuthConfigRegistrationWrapper
-
-
Field Summary
-
Fields inherited from class com.sun.xml.wss.provider.wsit.ConfigHelper
appCtxt, cbh, factory, layer, listenerWrapper, map
-
-
Constructor Summary
Constructors Constructor Description PipeHelper(String layer, Map<Object,Object> map, CallbackHandler cbh)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthorize(Packet request)voiddisable()ClientAuthContextgetClientAuthContext(MessageInfo info, Subject s)SubjectgetClientSubject()PacketgetFaultResponse(Packet request, Packet response, Throwable t)ObjectgetModelName()ServerAuthContextgetServerAuthContext(MessageInfo info, Subject s)voidgetSessionToken(Map<Object,Object> m, MessageInfo info, Subject s)booleanisTwoWay(boolean twoWayIsDefault, Packet request)static URLloadFromClasspath(String configFileName)PacketmakeFaultResponse(Packet response, Throwable t)-
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
-
-
-
-
Constructor Detail
-
PipeHelper
public PipeHelper(String layer, Map<Object,Object> map, CallbackHandler cbh)
-
-
Method Detail
-
getClientAuthContext
public ClientAuthContext getClientAuthContext(MessageInfo info, Subject s) throws AuthException
- Overrides:
getClientAuthContextin classConfigHelper- Throws:
AuthException
-
getServerAuthContext
public ServerAuthContext getServerAuthContext(MessageInfo info, Subject s) throws AuthException
- Overrides:
getServerAuthContextin classConfigHelper- Throws:
AuthException
-
getClientSubject
public Subject getClientSubject()
-
getSessionToken
public void getSessionToken(Map<Object,Object> m, MessageInfo info, Subject s) throws AuthException
- Throws:
AuthException
-
getModelName
public Object getModelName()
-
isTwoWay
public boolean isTwoWay(boolean twoWayIsDefault, Packet request)
-
disable
public void disable()
- Overrides:
disablein classConfigHelper
-
authorize
public void authorize(Packet request)
-
-