com.sun.enterprise.security.jmac.provider.config
Class PipeHelper
java.lang.Object
com.sun.enterprise.security.jmac.config.ConfigHelper
com.sun.enterprise.security.jmac.provider.config.PipeHelper
public class PipeHelper
- extends ConfigHelper
|
Constructor Summary |
PipeHelper(java.lang.String layer,
java.util.Map map,
javax.security.auth.callback.CallbackHandler cbh)
|
| Methods inherited from class com.sun.enterprise.security.jmac.config.ConfigHelper |
getAppContextID, getAuthConfig, getAuthConfig, getClientAuthConfig, getProperty, getRegistrationListener, getRegistrationWrapper, getServerAuthConfig, hasExactMatchAuthProvider, init, setJmacProviderRegisID, setRegistrationWrapper |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localStrings
protected static final LocalStringManagerImpl localStrings
PipeHelper
public PipeHelper(java.lang.String layer,
java.util.Map map,
javax.security.auth.callback.CallbackHandler cbh)
getClientAuthContext
public ClientAuthContext getClientAuthContext(MessageInfo info,
javax.security.auth.Subject s)
throws AuthException
- Overrides:
getClientAuthContext in class ConfigHelper
- Throws:
AuthException
getServerAuthContext
public ServerAuthContext getServerAuthContext(MessageInfo info,
javax.security.auth.Subject s)
throws AuthException
- Overrides:
getServerAuthContext in class ConfigHelper
- Throws:
AuthException
getClientSubject
public static javax.security.auth.Subject getClientSubject()
getSessionToken
public void getSessionToken(java.util.Map m,
MessageInfo info,
javax.security.auth.Subject s)
throws AuthException
- Throws:
AuthException
authorize
public void authorize(com.sun.xml.ws.api.message.Packet request)
throws java.lang.Exception
- Throws:
java.lang.Exception
auditInvocation
public void auditInvocation(com.sun.xml.ws.api.message.Packet request,
AuthStatus status)
getModelName
public java.lang.Object getModelName()
addModelAndPolicy
public void addModelAndPolicy(com.sun.xml.ws.api.message.Packet request)
makeFaultResponse
public com.sun.xml.ws.api.message.Packet makeFaultResponse(com.sun.xml.ws.api.message.Packet response,
java.lang.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,
java.lang.Throwable t)
disable
public void disable()
- Overrides:
disable in class ConfigHelper
getHandlerContext
protected HandlerContext getHandlerContext(java.util.Map map)
- Overrides:
getHandlerContext in class ConfigHelper
Copyright © 2012 GlassFish Community. All Rights Reserved.