public abstract class ConfigHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigHelper.AuthConfigRegistrationWrapper |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appCtxt |
protected CallbackHandler |
cbh |
protected static javax.security.auth.message.config.AuthConfigFactory |
factory |
protected String |
layer |
protected ConfigHelper.AuthConfigRegistrationWrapper |
listenerWrapper |
protected Map |
map |
| Constructor and Description |
|---|
ConfigHelper() |
protected static final javax.security.auth.message.config.AuthConfigFactory factory
protected String layer
protected String appCtxt
protected Map map
protected CallbackHandler cbh
protected ConfigHelper.AuthConfigRegistrationWrapper listenerWrapper
protected void init(String layer, String appContext, Map map, CallbackHandler cbh)
public void setJmacProviderRegisID(String jmacProviderRegisID)
public ConfigHelper.AuthConfigRegistrationWrapper getRegistrationWrapper()
public void setRegistrationWrapper(ConfigHelper.AuthConfigRegistrationWrapper wrapper)
public ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener getRegistrationListener()
public void disable()
public String getAppContextID()
public javax.security.auth.message.config.ClientAuthConfig getClientAuthConfig() throws javax.security.auth.message.AuthException
public javax.security.auth.message.config.ServerAuthConfig getServerAuthConfig() throws javax.security.auth.message.AuthException
public javax.security.auth.message.config.ClientAuthContext getClientAuthContext(javax.security.auth.message.MessageInfo info, Subject s) throws javax.security.auth.message.AuthException
public javax.security.auth.message.config.ServerAuthContext getServerAuthContext(javax.security.auth.message.MessageInfo info, Subject s) throws javax.security.auth.message.AuthException
protected javax.security.auth.message.config.AuthConfig getAuthConfig(javax.security.auth.message.config.AuthConfigProvider p, boolean isServer) throws javax.security.auth.message.AuthException
protected javax.security.auth.message.config.AuthConfig getAuthConfig(boolean isServer) throws javax.security.auth.message.AuthException
protected boolean hasExactMatchAuthProvider()
protected HandlerContext getHandlerContext(Map map)
Copyright © 2017. All rights reserved.