Skip navigation links
E M O P S T 

E

encode(CharSequence) - Method in class org.jasypt.springsecurity4.crypto.password.PasswordEncoder
Encodes a password.
encode(CharSequence) - Method in class org.jasypt.springsecurity4.crypto.password.PBEPasswordEncoder
Encodes a password.

M

matches(CharSequence, String) - Method in class org.jasypt.springsecurity4.crypto.password.PasswordEncoder
Checks a password's validity.
matches(CharSequence, String) - Method in class org.jasypt.springsecurity4.crypto.password.PBEPasswordEncoder
Checks a password's validity.

O

onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.jasypt.springsecurity4.authentication.rememberme.TokenBasedRememberMeServices
 
org.jasypt.springsecurity4.authentication.rememberme - package org.jasypt.springsecurity4.authentication.rememberme
 
org.jasypt.springsecurity4.crypto.password - package org.jasypt.springsecurity4.crypto.password
 

P

PasswordEncoder - Class in org.jasypt.springsecurity4.crypto.password
This class implements the Spring Security 4.x org.springframework.security.crypto.password.PasswordEncoder interface, allowing Spring Security-enabled applications to use JASYPT for password encryption.
PasswordEncoder() - Constructor for class org.jasypt.springsecurity4.crypto.password.PasswordEncoder
Creates a new instance of PasswordEncoder
PBEPasswordEncoder - Class in org.jasypt.springsecurity4.crypto.password
This class implements the Spring Security 4.x org.springframework.security.crypto.password.PasswordEncoder interface, allowing Spring Security-enabled applications to use JASYPT for password encryption.
PBEPasswordEncoder() - Constructor for class org.jasypt.springsecurity4.crypto.password.PBEPasswordEncoder
Creates a new instance of PBEPasswordEncoder
processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.jasypt.springsecurity4.authentication.rememberme.TokenBasedRememberMeServices
 

S

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

T

TokenBasedRememberMeServices - Class in org.jasypt.springsecurity4.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(String, UserDetailsService) - Constructor for class org.jasypt.springsecurity4.authentication.rememberme.TokenBasedRememberMeServices
 
E M O P S T 
Skip navigation links

Copyright © 2019 The JASYPT team. All rights reserved.