| |
|
| java.lang.Object org.apache.cocoon.webapps.authentication.configuration.HandlerConfiguration
HandlerConfiguration | final public class HandlerConfiguration implements Serializable(Code) | | The authentication Handler.
author: Carsten Ziegeler version: CVS $Id: HandlerConfiguration.java 433543 2006-08-22 06:22:54Z crossley $ |
HandlerConfiguration | public HandlerConfiguration(String name)(Code) | | Create a new handler object.
|
getApplications | public Map getApplications()(Code) | | Get the applications map
|
getAuthenticationResource | public String getAuthenticationResource()(Code) | | Get the authentication resource
|
getAuthenticationResourceParameters | public SourceParameters getAuthenticationResourceParameters()(Code) | | Get the authentication resource
|
getAuthenticatorClassName | public String getAuthenticatorClassName()(Code) | | Return the authenticator class
|
getConfiguration | public Configuration getConfiguration(String name)(Code) | | Get the configuration
|
getLoadResource | public String getLoadResource()(Code) | | Get the load resource
|
getLoadResourceParameters | public SourceParameters getLoadResourceParameters()(Code) | | Get the load resource parameters
|
getLogoutResource | public String getLogoutResource()(Code) | | Get the logout resource
|
getRedirectParameters | public SourceParameters getRedirectParameters()(Code) | | Get the redirect parameters
|
getRedirectURI | public String getRedirectURI()(Code) | | Get the redirect URI
|
getSaveResource | public String getSaveResource()(Code) | | Get the save resource
|
getSaveResourceParameters | public SourceParameters getSaveResourceParameters()(Code) | | Get the save resource
|
saveOnLogout | public boolean saveOnLogout()(Code) | | Should we save on logout?
|
|
|
|