public class BasicUnTrustedAuthenticationToken extends BasicAuthenticationToken implements UnTurstedAuthenticationToken
UnTurstedAuthenticationToken| Constructor and Description |
|---|
BasicUnTrustedAuthenticationToken() |
BasicUnTrustedAuthenticationToken(String json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
A GUID of sorts that is secret and only the calling API would know and be able to trust if it matches.
|
void |
setCode(String code) |
getAuthenticated, getRoles, getUserId, isAuthenticated, setAuthenticated, setRole, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRoles, getUserId, isAuthenticatedpublic BasicUnTrustedAuthenticationToken()
public BasicUnTrustedAuthenticationToken(String json)
public String getCode()
UnTurstedAuthenticationTokengetCode in interface UnTurstedAuthenticationTokenpublic void setCode(String code)
Copyright © 2018. All rights reserved.