|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerConfiguration | |
org.apache.cocoon.webapps.authentication.components | |
org.apache.cocoon.webapps.authentication.configuration | |
org.apache.cocoon.webapps.authentication.user |
Uses of HandlerConfiguration in org.apache.cocoon.webapps.authentication.components |
Methods in org.apache.cocoon.webapps.authentication.components with parameters of type HandlerConfiguration | |
Authenticator.AuthenticationResult |
PipelineAuthenticator.authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
|
protected void |
DefaultAuthenticationManager.releaseAuthenticator(Authenticator authenticator,
HandlerConfiguration config)
Release the used authenticator |
protected Authenticator |
DefaultAuthenticationManager.lookupAuthenticator(HandlerConfiguration config)
The authenticator used to authenticate a user |
Authenticator.AuthenticationResult |
Authenticator.authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
Try to authenticate the user. |
Uses of HandlerConfiguration in org.apache.cocoon.webapps.authentication.configuration |
Methods in org.apache.cocoon.webapps.authentication.configuration that return HandlerConfiguration | |
HandlerConfiguration |
ApplicationConfiguration.getHandler()
Get the handler |
Constructors in org.apache.cocoon.webapps.authentication.configuration with parameters of type HandlerConfiguration | |
ApplicationConfiguration(HandlerConfiguration handler,
String name)
Construct a new application handler |
Uses of HandlerConfiguration in org.apache.cocoon.webapps.authentication.user |
Methods in org.apache.cocoon.webapps.authentication.user that return HandlerConfiguration | |
HandlerConfiguration |
UserHandler.getHandlerConfiguration()
Get the handler configuration |
Constructors in org.apache.cocoon.webapps.authentication.user with parameters of type HandlerConfiguration | |
UserHandler(HandlerConfiguration handler,
AuthenticationContext context)
Create a new handler object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |