public class PipeHelper extends ConfigHelper
ConfigHelper.AuthConfigRegistrationWrapper| Modifier and Type | Field and Description |
|---|---|
protected static LocalStringManagerImpl |
localStrings |
appCtxt, cbh, factory, layer, listenerWrapper, map| Constructor and Description |
|---|
PipeHelper(String layer,
Map map,
CallbackHandler cbh) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModelAndPolicy(com.sun.xml.ws.api.message.Packet request)
Deprecated.
|
void |
auditInvocation(com.sun.xml.ws.api.message.Packet request,
javax.security.auth.message.AuthStatus status) |
void |
authorize(com.sun.xml.ws.api.message.Packet request) |
void |
disable() |
javax.security.auth.message.config.ClientAuthContext |
getClientAuthContext(javax.security.auth.message.MessageInfo info,
Subject s) |
static Subject |
getClientSubject() |
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) |
protected HandlerContext |
getHandlerContext(Map map)
This method is invoked by the constructor and should be
overrided by subclass.
|
Object |
getModelName() |
javax.security.auth.message.config.ServerAuthContext |
getServerAuthContext(javax.security.auth.message.MessageInfo info,
Subject s) |
void |
getSessionToken(Map m,
javax.security.auth.message.MessageInfo info,
Subject s) |
boolean |
isTwoWay(boolean twoWayIsDefault,
com.sun.xml.ws.api.message.Packet request) |
com.sun.xml.ws.api.message.Packet |
makeFaultResponse(com.sun.xml.ws.api.message.Packet response,
Throwable t) |
getAppContextID, getAuthConfig, getAuthConfig, getClientAuthConfig, getProperty, getRegistrationListener, getRegistrationWrapper, getServerAuthConfig, hasExactMatchAuthProvider, init, setJmacProviderRegisID, setRegistrationWrapperprotected static final LocalStringManagerImpl localStrings
public PipeHelper(String layer, Map map, CallbackHandler cbh)
public javax.security.auth.message.config.ClientAuthContext getClientAuthContext(javax.security.auth.message.MessageInfo info, Subject s) throws javax.security.auth.message.AuthException
getClientAuthContext in class ConfigHelperjavax.security.auth.message.AuthExceptionpublic javax.security.auth.message.config.ServerAuthContext getServerAuthContext(javax.security.auth.message.MessageInfo info, Subject s) throws javax.security.auth.message.AuthException
getServerAuthContext in class ConfigHelperjavax.security.auth.message.AuthExceptionpublic static Subject getClientSubject()
public void getSessionToken(Map m, javax.security.auth.message.MessageInfo info, Subject s) throws javax.security.auth.message.AuthException
public void authorize(com.sun.xml.ws.api.message.Packet request)
throws Exception
Exceptionpublic void auditInvocation(com.sun.xml.ws.api.message.Packet request,
javax.security.auth.message.AuthStatus status)
public Object getModelName()
@Deprecated public void addModelAndPolicy(com.sun.xml.ws.api.message.Packet request)
public com.sun.xml.ws.api.message.Packet makeFaultResponse(com.sun.xml.ws.api.message.Packet response,
Throwable t)
public boolean isTwoWay(boolean twoWayIsDefault,
com.sun.xml.ws.api.message.Packet request)
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)
public void disable()
disable in class ConfigHelperprotected HandlerContext getHandlerContext(Map map)
ConfigHelpergetHandlerContext in class ConfigHelperCopyright © 2017. All rights reserved.