Tabnine Logo
AbstractSecurityToken.setActiveUrl
Code IndexAdd Tabnine to your IDE (free)

How to use
setActiveUrl
method
in
org.apache.shindig.auth.AbstractSecurityToken

Best Java code snippets using org.apache.shindig.auth.AbstractSecurityToken.setActiveUrl (Showing top 9 results out of 315)

origin: org.apache.shindig/shindig-common

 public FakeGadgetToken setActiveUrl(String activeUrl) {
  return (FakeGadgetToken)super.setActiveUrl(activeUrl);
 }
}
origin: org.wso2.org.apache.shindig/shindig-common

 public FakeGadgetToken setActiveUrl(String activeUrl) {
  return (FakeGadgetToken)super.setActiveUrl(activeUrl);
 }
}
origin: apache/shindig

 public FakeGadgetToken setActiveUrl(String activeUrl) {
  return (FakeGadgetToken)super.setActiveUrl(activeUrl);
 }
}
origin: org.apache.shindig/shindig-common

/**
 * Create a new security token.
 *
 * @param container container that is issuing the token
 * @param domain domain to use for signed fetch with default signed fetch key.
 * @param activeUrl
 * @param values Other values to init into the token.
 */
public BlobCrypterSecurityToken(String container, String domain, String activeUrl, Map<String, String> values) {
 if (values != null) {
  loadFromMap(values);
 }
 setContainer(container).setDomain(domain).setActiveUrl(activeUrl);
}
origin: org.wso2.org.apache.shindig/shindig-common

/**
 * Create a new security token.
 *
 * @param container container that is issuing the token
 * @param domain domain to use for signed fetch with default signed fetch key.
 * @param activeUrl
 * @param values Other values to init into the token.
 */
public BlobCrypterSecurityToken(String container, String domain, String activeUrl, Map<String, String> values) {
 if (values != null) {
  loadFromMap(values);
 }
 setContainer(container).setDomain(domain).setActiveUrl(activeUrl);
}
origin: apache/shindig

/**
 * Create a new security token.
 *
 * @param container container that is issuing the token
 * @param domain domain to use for signed fetch with default signed fetch key.
 * @param activeUrl
 * @param values Other values to init into the token.
 */
public BlobCrypterSecurityToken(String container, String domain, String activeUrl, Map<String, String> values) {
 if (values != null) {
  loadFromMap(values);
 }
 setContainer(container).setDomain(domain).setActiveUrl(activeUrl);
}
origin: org.apache.shindig/shindig-common

public BasicSecurityToken(String owner, String viewer, String app,
  String domain, String appUrl, String moduleId, String container, String activeUrl, Long expiresAt) {
 setOwnerId(owner).setViewerId(viewer).setAppId(app).setDomain(domain).setAppUrl(appUrl);
 if (moduleId != null)
  setModuleId(Long.parseLong(moduleId));
 setContainer(container).setActiveUrl(activeUrl).setExpiresAt(expiresAt);
}
origin: org.wso2.org.apache.shindig/shindig-common

public BasicSecurityToken(String owner, String viewer, String app,
  String domain, String appUrl, String moduleId, String container, String activeUrl, Long expiresAt) {
 setOwnerId(owner).setViewerId(viewer).setAppId(app).setDomain(domain).setAppUrl(appUrl);
 if (moduleId != null)
  setModuleId(Long.parseLong(moduleId));
 setContainer(container).setActiveUrl(activeUrl).setExpiresAt(expiresAt);
}
origin: apache/shindig

public BasicSecurityToken(String owner, String viewer, String app,
  String domain, String appUrl, String moduleId, String container, String activeUrl, Long expiresAt) {
 setOwnerId(owner).setViewerId(viewer).setAppId(app).setDomain(domain).setAppUrl(appUrl);
 if (moduleId != null)
  setModuleId(Long.parseLong(moduleId));
 setContainer(container).setActiveUrl(activeUrl).setExpiresAt(expiresAt);
}
org.apache.shindig.authAbstractSecurityTokensetActiveUrl

Popular methods of AbstractSecurityToken

  • getExpiresAt
  • setAppId
  • setAppUrl
  • setContainer
  • setDomain
  • setExpiresAt
    Set the expiration time for this token.
  • setModuleId
  • setOwnerId
  • setTrustedJson
  • setViewerId
  • toMap
    A Map representation of this SecurityToken. Implementors that handle additional keys not contained i
  • enforceNotExpired
  • toMap,
  • enforceNotExpired,
  • getContainer,
  • getMapKeys,
  • getMaxTokenTTL,
  • getTimeSource,
  • setExpires,
  • loadFromMap,
  • setTimeSource

Popular in Java

  • Reactive rest calls using spring rest template
  • getSupportFragmentManager (FragmentActivity)
  • findViewById (Activity)
  • compareTo (BigDecimal)
  • String (java.lang)
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now