Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
C
CHAR_ALPHANUMERICS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
The Constant CHAR_ALPHANUMERICS.
CHAR_DIGITS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
The Constant CHAR_DIGITS.
CHAR_LETTERS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
The Constant CHAR_LETTERS.
CHAR_LOWERS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
The Constant CHAR_LOWERS.
CHAR_PASSWORD_LETTERS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
CHAR_SPECIALS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
The Constant CHAR_SPECIALS.
CHAR_UPPERS
- Static variable in class org.owasp.esapi.reference.
DefaultEncoder
The Constant CHAR_UPPERS.
CertificateException
- exception org.owasp.esapi.
CertificateException
.
A CertificateException should be thrown for any problems that arise during processing of digital certificates.
CertificateException(String, String)
- Constructor for class org.owasp.esapi.
CertificateException
Creates a new instance of CertificateException.
CertificateException(String, String, Throwable)
- Constructor for class org.owasp.esapi.
CertificateException
Instantiates a new CertificateException.
canonicalize(String)
- Method in interface org.owasp.esapi.
Encoder
This method performs canonicalization on data received to ensure that it has been reduced to its most basic form before validation.
canonicalize(String)
- Method in class org.owasp.esapi.reference.
DefaultEncoder
Simplifies percent-encoded and entity-encoded characters to their simplest form so that they can be properly validated.
changePassword(User, String, String, String)
- Method in interface org.owasp.esapi.
Authenticator
Changes the password for the specified user.
changePassword(String, String, String)
- Method in interface org.owasp.esapi.
User
Sets the user's password, performing a verification of the user's old password, the equality of the two new passwords, and the strength of the new password.
changePassword(String, String, String)
- Method in class org.owasp.esapi.reference.
DefaultUser
changePassword(User, String, String, String)
- Method in class org.owasp.esapi.reference.
FileBasedAuthenticator
changeSessionIdentifier()
- Method in interface org.owasp.esapi.
HTTPUtilities
Invalidate the old session after copying all of its contents to a newly created session with a new session id.
changeSessionIdentifier()
- Method in class org.owasp.esapi.reference.
DefaultHTTPUtilities
clearCurrent()
- Method in interface org.owasp.esapi.
Authenticator
Clear the current user.
clearCurrent()
- Method in class org.owasp.esapi.reference.
FileBasedAuthenticator
Clears all threadlocal variables from the thread.
clone()
- Method in class org.owasp.esapi.reference.
DefaultUser
Override clone and make final to prevent duplicate user objects.
contains(StringBuffer, char)
- Static method in class org.owasp.esapi.reference.
DefaultRandomizer
Contains.
count
- Variable in class org.owasp.esapi.
SecurityConfiguration.Threshold
createUser(String, String, String)
- Method in interface org.owasp.esapi.
Authenticator
Creates the user.
createUser(String, String, String)
- Method in class org.owasp.esapi.reference.
FileBasedAuthenticator
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W