public class RememberMeCredential extends Object implements Credential
RememberMeCredential
represents a credential presented as a token,
for the explicit usage with the JSR 375 provided remember me function.Constructor and Description |
---|
RememberMeCredential(String token)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getToken()
Determines the token value to compare for authentication.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, isCleared, isValid
public RememberMeCredential(String token)
token
- The token value to compare for authentication.public String getToken()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.