org.apache.cocoon.webapps.authentication.configuration
Class HandlerConfiguration

java.lang.Object
  extended by org.apache.cocoon.webapps.authentication.configuration.HandlerConfiguration
All Implemented Interfaces:
Serializable

Deprecated. This block is deprecated and will be removed in future versions.

public final class HandlerConfiguration
extends Object
implements Serializable

The authentication Handler.

Version:
CVS $Id: HandlerConfiguration.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Constructor Summary
HandlerConfiguration(String name)
          Deprecated. Create a new handler object.
 
Method Summary
 void configure(Request request, Configuration conf)
          Deprecated. Configure
 Map getApplications()
          Deprecated. Get the applications map
 String getAuthenticationResource()
          Deprecated. Get the authentication resource
 SourceParameters getAuthenticationResourceParameters()
          Deprecated. Get the authentication resource
 String getAuthenticatorClassName()
          Deprecated. Return the authenticator class
 Configuration getConfiguration(String name)
          Deprecated. Get the configuration
 String getLoadResource()
          Deprecated. Get the load resource
 SourceParameters getLoadResourceParameters()
          Deprecated. Get the load resource parameters
 String getLogoutResource()
          Deprecated. Get the logout resource
 String getName()
          Deprecated. Get the handler name.
 SourceParameters getRedirectParameters()
          Deprecated. Get the redirect parameters
 String getRedirectURI()
          Deprecated. Get the redirect URI
 String getSaveResource()
          Deprecated. Get the save resource
 SourceParameters getSaveResourceParameters()
          Deprecated. Get the save resource
 boolean saveOnLogout()
          Deprecated. Should we save on logout?
 String toString()
          Deprecated. toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandlerConfiguration

public HandlerConfiguration(String name)
Deprecated. 
Create a new handler object.

Method Detail

configure

public void configure(Request request,
                      Configuration conf)
               throws ProcessingException,
                      ConfigurationException
Deprecated. 
Configure

Throws:
ProcessingException
ConfigurationException

getName

public String getName()
Deprecated. 
Get the handler name.


getRedirectURI

public String getRedirectURI()
Deprecated. 
Get the redirect URI


getRedirectParameters

public SourceParameters getRedirectParameters()
Deprecated. 
Get the redirect parameters


getAuthenticationResource

public String getAuthenticationResource()
Deprecated. 
Get the authentication resource


getAuthenticationResourceParameters

public SourceParameters getAuthenticationResourceParameters()
Deprecated. 
Get the authentication resource


getLogoutResource

public String getLogoutResource()
Deprecated. 
Get the logout resource


getSaveResource

public String getSaveResource()
Deprecated. 
Get the save resource


getLoadResource

public String getLoadResource()
Deprecated. 
Get the load resource


saveOnLogout

public boolean saveOnLogout()
Deprecated. 
Should we save on logout?


getSaveResourceParameters

public SourceParameters getSaveResourceParameters()
Deprecated. 
Get the save resource


getLoadResourceParameters

public SourceParameters getLoadResourceParameters()
Deprecated. 
Get the load resource parameters


getApplications

public Map getApplications()
Deprecated. 
Get the applications map


getConfiguration

public Configuration getConfiguration(String name)
Deprecated. 
Get the configuration


toString

public String toString()
Deprecated. 
toString()

Overrides:
toString in class Object

getAuthenticatorClassName

public String getAuthenticatorClassName()
Deprecated. 
Return the authenticator class



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.