Class | Description |
---|---|
AdministrativeCredentials | |
AnonCredentials | |
AuthenticationPluginWrapper | |
CallbackHandlerWrapper | |
PluggableDefaultAccessManager |
Allows to plugin a custom
AccessManager as an OSGi bundle:
Set this class as AccessManager in your repository.xml
Implement o.a.s.j.j.s.s.a.AccessManagerPluginFactory
If PluggableDefaultAccessManager is specified in repository.xml , and no
implementation of AccessManagerPluginFactory exists, all calls will fall back
to DefaultAccessManager . |
PluggableDefaultLoginModule |
Extends
DefaultLoginModule
to provide implementations registered with the OSGI framework implementing
LoginModulePlugin . |
TrustedCredentials |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.