| AuthConfigFileFactory |
|
| BaseAuthConfigFactory |
This class implements methods in the abstract class AuthConfigFactory.
|
| DefaultAuthConfigProvider |
This class functions as a kind of factory-factory for ServerAuthConfig instances, which are by themselves factories
for ServerAuthContext instances, which are delegates for the actual ServerAuthModule (SAM) that we're after.
|
| DefaultServerAuthConfig |
This class functions as a kind of factory for ServerAuthContext instances, which are delegates for the actual
ServerAuthModule (SAM) that we're after.
|
| DefaultServerAuthContext |
The Server Authentication Context is an extra (required) indirection between the Application Server and the actual Server
Authentication Module (SAM).
|
| EntryInfo |
Each entry is either a constructor entry or a registration entry.
|
| RegStoreFileParser |
Used by ServerConfigProvider to parse the configuration file.
|