java.lang.Object
com.sun.xml.wss.provider.wsit.ConfigHelper
com.sun.xml.wss.provider.wsit.PipeHelper
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidauthorize(com.sun.xml.ws.api.message.Packet request) voiddisable()jakarta.security.auth.message.config.ClientAuthContextgetClientAuthContext(jakarta.security.auth.message.MessageInfo info, Subject s) com.sun.xml.ws.api.message.PacketgetFaultResponse(com.sun.xml.ws.api.message.Packet request, com.sun.xml.ws.api.message.Packet response, Throwable t) jakarta.security.auth.message.config.ServerAuthContextgetServerAuthContext(jakarta.security.auth.message.MessageInfo info, Subject s) voidgetSessionToken(Map<String, Object> m, jakarta.security.auth.message.MessageInfo info, Subject s) booleanisTwoWay(boolean twoWayIsDefault, com.sun.xml.ws.api.message.Packet request) static URLloadFromClasspath(String configFileName) com.sun.xml.ws.api.message.PacketmakeFaultResponse(com.sun.xml.ws.api.message.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 Details
-
PipeHelper
-
-
Method Details
-
getClientAuthContext
public jakarta.security.auth.message.config.ClientAuthContext getClientAuthContext(jakarta.security.auth.message.MessageInfo info, Subject s) throws jakarta.security.auth.message.AuthException - Overrides:
getClientAuthContextin classConfigHelper- Throws:
jakarta.security.auth.message.AuthException
-
getServerAuthContext
public jakarta.security.auth.message.config.ServerAuthContext getServerAuthContext(jakarta.security.auth.message.MessageInfo info, Subject s) throws jakarta.security.auth.message.AuthException - Overrides:
getServerAuthContextin classConfigHelper- Throws:
jakarta.security.auth.message.AuthException
-
loadFromClasspath
-
getClientSubject
-
getSessionToken
public void getSessionToken(Map<String, Object> m, jakarta.security.auth.message.MessageInfo info, Subject s) throws jakarta.security.auth.message.AuthException- Throws:
jakarta.security.auth.message.AuthException
-
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:
disablein classConfigHelper
-
authorize
public void authorize(com.sun.xml.ws.api.message.Packet request)
-