Interface RememberMeIdentityStore


public interface RememberMeIdentityStore
RememberMeIdentityStore is a mechanism for validating a caller's credentials and accessing a caller's identity attributes that's specifically tailored for the "remember me" feature.

This is not intended to be directly used by an authentication mechanism such as the Jakarta Security HttpAuthenticationMechanism or the Jakarta Authentication ServerAuthModule. Instead, the interceptor implementation backing the RememberMe annotation is intended to use this.