public interface SecurityToken
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveUrl() |
String |
getAppId() |
String |
getAppUrl() |
String |
getAuthenticationMode() |
String |
getContainer() |
String |
getDomain() |
Long |
getExpiresAt() |
long |
getModuleId() |
String |
getOwnerId() |
String |
getTrustedJson() |
String |
getUpdatedToken() |
String |
getViewerId() |
boolean |
isAnonymous() |
boolean |
isExpired() |
String getOwnerId()
String getViewerId()
String getAppId()
String getDomain()
String getContainer()
String getAppUrl()
long getModuleId()
Long getExpiresAt()
null if unknown or indeterminate.boolean isExpired()
String getUpdatedToken()
String getAuthenticationMode()
AuthenticationModeString getTrustedJson()
boolean isAnonymous()
String getActiveUrl()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.