com.sun.jaspic.config.jaas
Class JAASAuthConfigProvider

java.lang.Object
  extended by com.sun.jaspic.config.helper.AuthConfigProviderHelper
      extended by com.sun.jaspic.config.jaas.JAASAuthConfigProvider
All Implemented Interfaces:
AuthConfigProvider
Direct Known Subclasses:
JAASServletAuthConfigProvider

public abstract class JAASAuthConfigProvider
extends AuthConfigProviderHelper

Author:
Ron Monzillo

Field Summary
 
Fields inherited from class com.sun.jaspic.config.helper.AuthConfigProviderHelper
ALL_LAYERS, AUTH_MODULE_KEY, CLIENT_AUTH_MODULE, LAYER_NAME_KEY, LOGGER_NAME_KEY, SERVER_AUTH_MODULE
 
Constructor Summary
JAASAuthConfigProvider(java.util.Map properties, AuthConfigFactory factory)
           
 
Method Summary
 AuthContextHelper getAuthContextHelper(java.lang.String appContext, boolean returnNullContexts)
           
 AuthConfigFactory getFactory()
           
 java.util.Map<java.lang.String,?> getProperties()
           
 AuthConfigFactory.RegistrationContext[] getSelfRegistrationContexts()
           
 void refresh()
           
 
Methods inherited from class com.sun.jaspic.config.helper.AuthConfigProviderHelper
contextsAreEqual, getClientAuthConfig, getClientCallbackHandler, getLayer, getLoggerName, getMessagePolicyDelegate, getModuleTypes, getProperty, getServerAuthConfig, getServerCallbackHandler, oldRefresh, oldSelfRegister, selfRegister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASAuthConfigProvider

public JAASAuthConfigProvider(java.util.Map properties,
                              AuthConfigFactory factory)
Method Detail

getProperties

public java.util.Map<java.lang.String,?> getProperties()
Specified by:
getProperties in class AuthConfigProviderHelper

getFactory

public AuthConfigFactory getFactory()
Specified by:
getFactory in class AuthConfigProviderHelper

getSelfRegistrationContexts

public AuthConfigFactory.RegistrationContext[] getSelfRegistrationContexts()
Specified by:
getSelfRegistrationContexts in class AuthConfigProviderHelper

getAuthContextHelper

public AuthContextHelper getAuthContextHelper(java.lang.String appContext,
                                              boolean returnNullContexts)
                                       throws AuthException
Specified by:
getAuthContextHelper in class AuthConfigProviderHelper
Throws:
AuthException

refresh

public void refresh()
Specified by:
refresh in interface AuthConfigProvider
Overrides:
refresh in class AuthConfigProviderHelper


Copyright © 2012 GlassFish Community. All Rights Reserved.