Index

F I O T V 
All Classes and Interfaces|All Packages

F

FormReason - Enum Class in org.apache.sling.auth.form
 

I

INVALID_CREDENTIALS - Enum constant in enum class org.apache.sling.auth.form.FormReason
The login form is request because the credentials previously entered very not valid to login to the repository.

O

org.apache.sling.auth.form - package org.apache.sling.auth.form
 

T

TIMEOUT - Enum constant in enum class org.apache.sling.auth.form.FormReason
The login form is requested because an existing session has timed out and the credentials have to be entered again.
toString() - Method in enum class org.apache.sling.auth.form.FormReason
Returns the message set when constructing this instance.

V

valueOf(String) - Static method in enum class org.apache.sling.auth.form.FormReason
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.sling.auth.form.FormReason
Returns an array containing the constants of this enum class, in the order they are declared.
F I O T V 
All Classes and Interfaces|All Packages