public class AnonymousSecurityToken extends AbstractSecurityToken implements SecurityToken
| Constructor and Description |
|---|
AnonymousSecurityToken() |
AnonymousSecurityToken(String container) |
AnonymousSecurityToken(String container,
long moduleId,
String appUrl,
Long expiresAt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getAppUrl() |
String |
getAuthenticationMode() |
String |
getContainer() |
String |
getDomain() |
Long |
getExpiresAt() |
long |
getModuleId() |
String |
getOwnerId() |
String |
getTrustedJson() |
String |
getUpdatedToken() |
String |
getViewerId() |
boolean |
isAnonymous() |
getActiveUrl, isExpiredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveUrl, isExpiredpublic AnonymousSecurityToken()
public AnonymousSecurityToken(String container)
public boolean isAnonymous()
isAnonymous in interface SecurityTokenpublic String getOwnerId()
getOwnerId in interface SecurityTokenpublic String getViewerId()
getViewerId in interface SecurityTokenpublic String getAppId()
getAppId in interface SecurityTokenpublic String getDomain()
getDomain in interface SecurityTokenpublic String getContainer()
getContainer in interface SecurityTokenpublic String getAppUrl()
getAppUrl in interface SecurityTokenpublic long getModuleId()
getModuleId in interface SecurityTokenpublic Long getExpiresAt()
getExpiresAt in interface SecurityTokenpublic String getUpdatedToken()
getUpdatedToken in interface SecurityTokenpublic String getAuthenticationMode()
getAuthenticationMode in interface SecurityTokenAuthenticationModepublic String getTrustedJson()
getTrustedJson in interface SecurityTokenCopyright © 2007-2012. All Rights Reserved.