|
||||||||||
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 |
ServletAuthenticator.authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
Deprecated. |
Authenticator.AuthenticationResult |
PipelineAuthenticator.authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
Deprecated. |
Authenticator.AuthenticationResult |
Authenticator.authenticate(HandlerConfiguration configuration,
SourceParameters parameters)
Deprecated. Try to authenticate the user. |
protected Authenticator |
DefaultAuthenticationManager.lookupAuthenticator(HandlerConfiguration config)
Deprecated. The authenticator used to authenticate a user |
protected void |
DefaultAuthenticationManager.releaseAuthenticator(Authenticator authenticator,
HandlerConfiguration config)
Deprecated. Release the used authenticator |
Uses of HandlerConfiguration in org.apache.cocoon.webapps.authentication.configuration |
---|
Methods in org.apache.cocoon.webapps.authentication.configuration that return HandlerConfiguration | |
---|---|
HandlerConfiguration |
ApplicationConfiguration.getHandler()
Deprecated. Get the handler |
Constructors in org.apache.cocoon.webapps.authentication.configuration with parameters of type HandlerConfiguration | |
---|---|
ApplicationConfiguration(HandlerConfiguration handler,
String name)
Deprecated. 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()
Deprecated. Get the handler configuration |
Constructors in org.apache.cocoon.webapps.authentication.user with parameters of type HandlerConfiguration | |
---|---|
UserHandler(HandlerConfiguration handler,
AuthenticationContext context)
Deprecated. Create a new handler object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |