public abstract class JaspicServices extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
appCtxt |
protected CallbackHandler |
callbackHandler |
protected static javax.security.auth.message.config.AuthConfigFactory |
factory |
protected String |
layer |
protected AuthConfigRegistrationWrapper |
listenerWrapper |
protected Map<String,?> |
map |
Constructor and Description |
---|
JaspicServices() |
protected static final javax.security.auth.message.config.AuthConfigFactory factory
protected String layer
protected String appCtxt
protected CallbackHandler callbackHandler
protected AuthConfigRegistrationWrapper listenerWrapper
protected void init(String layer, String appContext, Map<String,?> map, CallbackHandler callbackHandler, RegistrationWrapperRemover removerDelegate)
public void setRegistrationId(String registrationId)
public AuthConfigRegistrationWrapper getRegistrationWrapper()
public void setRegistrationWrapper(AuthConfigRegistrationWrapper wrapper)
public 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 clientSubject) throws javax.security.auth.message.AuthException
public javax.security.auth.message.config.ServerAuthContext getServerAuthContext(javax.security.auth.message.MessageInfo info, Subject serviceSubject) throws javax.security.auth.message.AuthException
protected javax.security.auth.message.config.AuthConfig getAuthConfig(javax.security.auth.message.config.AuthConfigProvider authConfigProvider, 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 CallbackHandler getCallbackHandler()
Copyright © 2020. All rights reserved.