E I O P S T

E

encodePassword(String, Object) - Method in class org.jasypt.spring.security3.PasswordEncoder
Deprecated. Encodes a password.
encodePassword(String, Object) - Method in class org.jasypt.spring.security3.PBEPasswordEncoder
Deprecated. Encodes a password.
encodePassword(String, Object) - Method in class org.jasypt.springsecurity3.authentication.encoding.PasswordEncoder
Encodes a password.
encodePassword(String, Object) - Method in class org.jasypt.springsecurity3.authentication.encoding.PBEPasswordEncoder
Encodes a password.

I

isPasswordValid(String, String, Object) - Method in class org.jasypt.spring.security3.PasswordEncoder
Deprecated. Checks a password's validity.
isPasswordValid(String, String, Object) - Method in class org.jasypt.spring.security3.PBEPasswordEncoder
Deprecated. Checks a password's validity.
isPasswordValid(String, String, Object) - Method in class org.jasypt.springsecurity3.authentication.encoding.PasswordEncoder
Checks a password's validity.
isPasswordValid(String, String, Object) - Method in class org.jasypt.springsecurity3.authentication.encoding.PBEPasswordEncoder
Checks a password's validity.

O

onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.jasypt.spring.security3.TokenBasedRememberMeServices
Deprecated.  
onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.jasypt.springsecurity3.authentication.rememberme.TokenBasedRememberMeServices
 
org.jasypt.spring.security3 - package org.jasypt.spring.security3
 
org.jasypt.springsecurity3.authentication.encoding - package org.jasypt.springsecurity3.authentication.encoding
 
org.jasypt.springsecurity3.authentication.rememberme - package org.jasypt.springsecurity3.authentication.rememberme
 

P

PasswordEncoder - Class in org.jasypt.spring.security3
Deprecated. Renamed as org.jasypt.springsecurity3.authentication.encoding.PasswordEncoder. Class will be removed from this package in 1.11.
PasswordEncoder() - Constructor for class org.jasypt.spring.security3.PasswordEncoder
Deprecated. Creates a new instance of PasswordEncoder
PasswordEncoder - Class in org.jasypt.springsecurity3.authentication.encoding
This class implements the Spring Security 3.x org.springframework.security.authentication.encoding.PasswordEncoder interface, allowing Spring Security-enabled applications to use JASYPT for password encryption.
PasswordEncoder() - Constructor for class org.jasypt.springsecurity3.authentication.encoding.PasswordEncoder
Creates a new instance of PasswordEncoder
PBEPasswordEncoder - Class in org.jasypt.spring.security3
Deprecated. Renamed as org.jasypt.springsecurity3.authentication.encoding.PBEPasswordEncoder. Class will be removed from this package in 1.11.
PBEPasswordEncoder() - Constructor for class org.jasypt.spring.security3.PBEPasswordEncoder
Deprecated. Creates a new instance of PBEPasswordEncoder
PBEPasswordEncoder - Class in org.jasypt.springsecurity3.authentication.encoding
This class implements the Spring Security 3.x org.springframework.security.providers.encoding.PasswordEncoder interface, allowing Spring Security-enabled applications to use JASYPT for password encryption.
PBEPasswordEncoder() - Constructor for class org.jasypt.springsecurity3.authentication.encoding.PBEPasswordEncoder
Creates a new instance of PBEPasswordEncoder
processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.jasypt.spring.security3.TokenBasedRememberMeServices
Deprecated.  
processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.jasypt.springsecurity3.authentication.rememberme.TokenBasedRememberMeServices
 

S

setDigester(StringDigester) - Method in class org.jasypt.spring.security3.TokenBasedRememberMeServices
Deprecated.  
setDigester(StringDigester) - Method in class org.jasypt.springsecurity3.authentication.rememberme.TokenBasedRememberMeServices
 
setPasswordEncryptor(PasswordEncryptor) - Method in class org.jasypt.spring.security3.PasswordEncoder
Deprecated. Sets a password encryptor to be used.
setPasswordEncryptor(PasswordEncryptor) - Method in class org.jasypt.springsecurity3.authentication.encoding.PasswordEncoder
Sets a password encryptor to be used.
setPbeStringEncryptor(PBEStringEncryptor) - Method in class org.jasypt.spring.security3.PBEPasswordEncoder
Deprecated. Sets a string digester to be used.
setPbeStringEncryptor(PBEStringEncryptor) - Method in class org.jasypt.springsecurity3.authentication.encoding.PBEPasswordEncoder
Sets a string digester to be used.
setStringDigester(StringDigester) - Method in class org.jasypt.spring.security3.PasswordEncoder
Deprecated. Sets a string digester to be used.
setStringDigester(StringDigester) - Method in class org.jasypt.springsecurity3.authentication.encoding.PasswordEncoder
Sets a string digester to be used.
setTextEncryptor(TextEncryptor) - Method in class org.jasypt.spring.security3.PBEPasswordEncoder
Deprecated. Sets a text encryptor to be used.
setTextEncryptor(TextEncryptor) - Method in class org.jasypt.springsecurity3.authentication.encoding.PBEPasswordEncoder
Sets a text encryptor to be used.

T

TokenBasedRememberMeServices - Class in org.jasypt.spring.security3
Deprecated. Renamed as org.jasypt.springsecurity3.authentication.rememberme.TokenBasedRememberMeServices. Class will be removed from this package in 1.11.
TokenBasedRememberMeServices() - Constructor for class org.jasypt.spring.security3.TokenBasedRememberMeServices
Deprecated.  
TokenBasedRememberMeServices - Class in org.jasypt.springsecurity3.authentication.rememberme
Implementation of org.springframework.security.web.authentication.rememberme.AbstractRememberMeServices which provides a "remember-me" cookie arranged in the same way as org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices, but using a Jasypt StringDigester passed as a parameter for performing the digest of the signature in the cookie (username + ":" + expiry time + ":" + password + ":" + key).
TokenBasedRememberMeServices() - Constructor for class org.jasypt.springsecurity3.authentication.rememberme.TokenBasedRememberMeServices
 

E I O P S T

Copyright © 2011 The JASYPT team. All Rights Reserved.