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…
Reference in New Issue