F I O T V 
All Classes All Packages

F

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

I

INVALID_CREDENTIALS - 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 - 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 org.apache.sling.auth.form.FormReason
Returns the message set when constructing this instance.

V

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