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 javax.security.auth.message.config.ClientAuthContext getClientAuthContext(javax.security.auth.message.MessageInfo info,
Subject s)
throws javax.security.auth.message.AuthException
- Overrides:
getClientAuthContext in class ConfigHelper
- Throws:
javax.security.auth.message.AuthException
getServerAuthContext
public javax.security.auth.message.config.ServerAuthContext getServerAuthContext(javax.security.auth.message.MessageInfo info,
Subject s)
throws javax.security.auth.message.AuthException
- Overrides:
getServerAuthContext in class ConfigHelper
- Throws:
javax.security.auth.message.AuthException
loadFromClasspath
public static URL loadFromClasspath(String configFileName)
getClientSubject
public Subject getClientSubject()
getSessionToken
public void getSessionToken(Map<Object,Object> m,
javax.security.auth.message.MessageInfo info,
Subject s)
throws javax.security.auth.message.AuthException
- Throws:
javax.security.auth.message.AuthException
getModelName
public Object getModelName()
makeFaultResponse
public Packet makeFaultResponse(Packet response,
Throwable t)
isTwoWay
public boolean isTwoWay(boolean twoWayIsDefault,
Packet request)
getFaultResponse
public Packet getFaultResponse(Packet request,
Packet response,
Throwable t)
disable
public void disable()
- Overrides:
disable in class ConfigHelper
authorize
public void authorize(Packet request)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.