public class RecoveryAuthenticationToken
extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
| Constructor and Description |
|---|
RecoveryAuthenticationToken(Object principal,
Object credentials,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
String recoveryCode) |
RecoveryAuthenticationToken(String recoveryCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRecoveryCode() |
int |
hashCode() |
eraseCredentials, getCredentials, getPrincipal, setAuthenticatedgetAuthorities, getDetails, getName, isAuthenticated, setDetails, toStringpublic RecoveryAuthenticationToken(Object principal, Object credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, String recoveryCode)
public RecoveryAuthenticationToken(String recoveryCode)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.