AuthenticationMechanism
effectively "remembers" the authentication and auto
applies this with every request.RememberMeCredential
represents a credential presented as a token,
for the explicit usage with the JSR 375 provided remember me function.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.Copyright © 2015–2017. All rights reserved.