mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
made two instance variables protected for RBA solution
This commit is contained in:
parent
5ea8232f84
commit
c5cc42e16c
@ -119,7 +119,7 @@ public class TokenBasedRememberMeServices implements RememberMeServices, Initial
|
||||
// ~ Instance fields
|
||||
// ================================================================================================
|
||||
|
||||
private AuthenticationDetailsSource authenticationDetailsSource = new AuthenticationDetailsSourceImpl();
|
||||
protected AuthenticationDetailsSource authenticationDetailsSource = new AuthenticationDetailsSourceImpl();
|
||||
|
||||
private String key;
|
||||
|
||||
@ -127,7 +127,7 @@ public class TokenBasedRememberMeServices implements RememberMeServices, Initial
|
||||
|
||||
private UserDetailsService userDetailsService;
|
||||
|
||||
private long tokenValiditySeconds = 1209600; // 14 days
|
||||
protected long tokenValiditySeconds = 1209600; // 14 days
|
||||
|
||||
private boolean alwaysRemember = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user