org.exoplatform.social.opensocial.auth
Class ExoBlobCrypterSecurityToken
java.lang.Object
org.apache.shindig.auth.AbstractSecurityToken
org.apache.shindig.auth.BlobCrypterSecurityToken
org.exoplatform.social.opensocial.auth.ExoBlobCrypterSecurityToken
- All Implemented Interfaces:
- org.apache.shindig.auth.SecurityToken
public class ExoBlobCrypterSecurityToken
- extends org.apache.shindig.auth.BlobCrypterSecurityToken
| Fields inherited from class org.apache.shindig.auth.BlobCrypterSecurityToken |
activeUrl, appUrl, container, crypter, domain, EXPIRES_KEY, expiresAt, GADGET_INSTANCE_KEY, GADGET_KEY, MAX_TOKEN_LIFETIME_SECS, moduleId, OWNER_KEY, ownerId, TRUSTED_JSON_KEY, trustedJson, VIEWER_KEY, viewerId |
| Methods inherited from class org.apache.shindig.auth.BlobCrypterSecurityToken |
encrypt, getActiveUrl, getAppId, getAppUrl, getAuthenticationMode, getContainer, getDomain, getExpiresAt, getModuleId, getOwnerId, getTrustedJson, getUpdatedToken, getViewerId, isAnonymous, setActiveUrl, setAppUrl, setExpiresAt, setModuleId, setOwnerId, setTokenValues, setTrustedJson, setViewerId |
| Methods inherited from class org.apache.shindig.auth.AbstractSecurityToken |
isExpired |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.shindig.auth.SecurityToken |
isExpired |
PORTAL_CONTAINER_KEY
protected static final String PORTAL_CONTAINER_KEY
- See Also:
- Constant Field Values
HOST_NAME
protected static final String HOST_NAME
- See Also:
- Constant Field Values
PORTAL_OWNER_KEY
protected static final String PORTAL_OWNER_KEY
- See Also:
- Constant Field Values
portalContainer
protected String portalContainer
ExoBlobCrypterSecurityToken
public ExoBlobCrypterSecurityToken(org.apache.shindig.common.crypto.BlobCrypter crypter,
String container,
String domain)
getPortalContainer
public String getPortalContainer()
setPortalContainer
public void setPortalContainer(String portalContainer)
setHostName
public void setHostName(String hostName)
getHostName
public String getHostName()
getPortalOwner
public String getPortalOwner()
setPortalOwner
public void setPortalOwner(String portalOwner)
buildValuesMap
protected Map<String,String> buildValuesMap()
- Overrides:
buildValuesMap in class org.apache.shindig.auth.BlobCrypterSecurityToken
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.