public class GFAuthConfigFactory extends BaseAuthConfigFactory
javax.security.auth.message.config.AuthConfigFactory.RegistrationContextCONF_FILE_NAME, readLock, writeLockDEFAULT_FACTORY_SECURITY_PROPERTY, GET_FACTORY_PERMISSION_NAME, getFactorySecurityPermission, PROVIDER_REGISTRATION_PERMISSION_NAME, providerRegistrationSecurityPermission, SET_FACTORY_PERMISSION_NAME, setFactorySecurityPermission| Constructor and Description |
|---|
GFAuthConfigFactory()
To specialize the defaultEntries passed to the RegStoreFileParser constructor, create another subclass of
BaseAuthconfigFactory, that is basically a copy of this class, with a change to the third argument of the call to new
ResSToreFileParser.
|
| Modifier and Type | Method and Description |
|---|---|
protected RegStoreFileParser |
getRegStore() |
_loadFactory, detachListener, doReadLocked, doWriteLocked, doWriteLocked, getConfigProvider, getRegistrationContext, getRegistrationIDs, refresh, registerConfigProvider, registerConfigProvider, removeRegistrationgetFactory, setFactorypublic GFAuthConfigFactory()
As done within this class, use the locks defined in BaseAuthConfigFactory to serialize access to the regStore (both within the class constructor, and within getRegStore)
All EntyInfo OBJECTS PASSED as defaultEntries MUST HAVE BEEN CONSTRUCTED USING THE FOLLOWING CONSTRUCTOR:
EntryInfo(String className, Map
protected RegStoreFileParser getRegStore()
getRegStore in class BaseAuthConfigFactoryCopyright © 2019. All rights reserved.