public class OAuthSecurityToken extends AbstractSecurityToken implements SecurityToken
| Constructor and Description |
|---|
OAuthSecurityToken(String userId,
String appUrl,
String appId,
String domain,
String container,
Long expiresAt,
String virtualOrganization,
String serviceProviderEntityId) |
OAuthSecurityToken(String userId,
String appUrl,
String appId,
String domain,
String container,
Long expiresAt,
String authMode,
String virtualOrganization,
String serviceProviderEntityId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId() |
String |
getAppUrl() |
String |
getAuthenticationMode() |
String |
getContainer() |
String |
getDomain() |
Long |
getExpiresAt() |
long |
getModuleId() |
String |
getOwnerId() |
String |
getServiceProviderEntityId() |
String |
getTrustedJson() |
String |
getUpdatedToken() |
String |
getViewerId() |
String |
getVirtualOrganization() |
boolean |
isAnonymous() |
getActiveUrl, isExpiredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActiveUrl, isExpiredpublic static final String ENTITY_ID
public OAuthSecurityToken(String userId, String appUrl, String appId, String domain, String container, Long expiresAt, String virtualOrganization, String serviceProviderEntityId)
public 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 getExpiresAt()
getExpiresAt in interface SecurityTokenpublic long getModuleId()
getModuleId in interface SecurityTokenpublic String getUpdatedToken()
getUpdatedToken in interface SecurityTokenpublic String getAuthenticationMode()
getAuthenticationMode in interface SecurityTokenpublic String getTrustedJson()
getTrustedJson in interface SecurityTokenpublic boolean isAnonymous()
isAnonymous in interface SecurityTokenpublic String getVirtualOrganization()
public String getServiceProviderEntityId()
Copyright © 2007-2012. All Rights Reserved.