Package edu.uiuc.ncsa.security.core.configuration.provider
Machinery for getting a configuration. There are not a lot of user serviceable parts
here and mostly this is an event framework that operates as and XML configuration
file is read.
Created by Jeff Gaynor
on 4/18/23 at 6:21 AM
-
Interface Summary Interface Description CfgEventListener Created by Jeff Gaynor
on 1/16/12 at 8:46 AM -
Class Summary Class Description CfgEvent Created by Jeff Gaynor
on 1/16/12 at 8:46 AMHierarchicalConfigProvider<T>
All configurations are interpreted locally, that is to say, it is up to something else to hand over the relevant node for this provider.MultiTypeProvider<T> A configured provider that notifies its listeners when its get method is called and returns the first non-null object.TypedProvider<T> Provide an instance of something that is a given type. -
Exception Summary Exception Description DefaultStoreDisabledException An exception to be thrown if default stores are disabled.