public class OAuthCallbackStateToken extends AbstractSecurityToken
OAuthCallbackStateAbstractSecurityToken.KeysDEFAULT_MAX_TOKEN_TTL| Constructor and Description |
|---|
OAuthCallbackStateToken() |
OAuthCallbackStateToken(Map<String,String> values) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMode() |
protected EnumSet<AbstractSecurityToken.Keys> |
getMapKeys() |
protected int |
getMaxTokenTTL() |
String |
getRealCallbackUrl() |
String |
getUpdatedToken() |
boolean |
isAnonymous() |
OAuthCallbackStateToken |
setRealCallbackUrl(String realCallbackUrl) |
Map<String,String> |
toMap() |
enforceNotExpired, getActiveUrl, getAppId, getAppUrl, getContainer, getDomain, getExpiresAt, getModuleId, getOwnerId, getTimeSource, getTrustedJson, getViewerId, isExpired, loadFromMap, setActiveUrl, setAppId, setAppUrl, setContainer, setDomain, setExpires, setExpires, setExpiresAt, setModuleId, setOwnerId, setTimeSource, setTrustedJson, setViewerIdpublic String getUpdatedToken()
public String getAuthenticationMode()
public boolean isAnonymous()
protected EnumSet<AbstractSecurityToken.Keys> getMapKeys()
getMapKeys in class AbstractSecurityTokenpublic OAuthCallbackStateToken setRealCallbackUrl(String realCallbackUrl)
protected int getMaxTokenTTL()
getMaxTokenTTL in class AbstractSecurityTokenpublic String getRealCallbackUrl()
public Map<String,String> toMap()
toMap in class AbstractSecurityTokenCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.