|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.webapps.authentication.configuration.HandlerConfiguration
public final class HandlerConfiguration
The authentication Handler.
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 |
---|
public HandlerConfiguration(String name)
Method Detail |
---|
public void configure(Request request, Configuration conf) throws ProcessingException, ConfigurationException
ProcessingException
ConfigurationException
public String getName()
public String getRedirectURI()
public SourceParameters getRedirectParameters()
public String getAuthenticationResource()
public SourceParameters getAuthenticationResourceParameters()
public String getLogoutResource()
public String getSaveResource()
public String getLoadResource()
public boolean saveOnLogout()
public SourceParameters getSaveResourceParameters()
public SourceParameters getLoadResourceParameters()
public Map getApplications()
public Configuration getConfiguration(String name)
public String toString()
toString
in class Object
public String getAuthenticatorClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |