public class BasicSecurityToken extends AbstractSecurityToken
AbstractSecurityToken.KeysDEFAULT_MAX_TOKEN_TTL| Constructor and Description |
|---|
BasicSecurityToken() |
BasicSecurityToken(String owner,
String viewer,
String app,
String domain,
String appUrl,
String moduleId,
String container,
String activeUrl,
Long expiresAt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMode() |
protected EnumSet<AbstractSecurityToken.Keys> |
getMapKeys()
This method will govern the effectiveness of the protected
AbstractSecurityToken.toMap() and
#loadFromMap(SecurityToken, Map) helper methods. |
String |
getUpdatedToken() |
boolean |
isAnonymous() |
enforceNotExpired, getActiveUrl, getAppId, getAppUrl, getContainer, getDomain, getExpiresAt, getMaxTokenTTL, getModuleId, getOwnerId, getTimeSource, getTrustedJson, getViewerId, isExpired, loadFromMap, setActiveUrl, setAppId, setAppUrl, setContainer, setDomain, setExpires, setExpires, setExpiresAt, setModuleId, setOwnerId, setTimeSource, setTrustedJson, setViewerId, toMappublic BasicSecurityToken(String owner, String viewer, String app, String domain, String appUrl, String moduleId, String container, String activeUrl, Long expiresAt)
public BasicSecurityToken()
public String getUpdatedToken()
public String getAuthenticationMode()
AuthenticationModepublic boolean isAnonymous()
protected EnumSet<AbstractSecurityToken.Keys> getMapKeys()
AbstractSecurityTokenAbstractSecurityToken.toMap() and
#loadFromMap(SecurityToken, Map) helper methods.
AbstractSecurityToken.toMap() if they might contain
useful information.getMapKeys in class AbstractSecurityTokenAbstractSecurityToken.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.