com.atlassian.gadgets.renderer.internal
Class ContainerDomainProvider

java.lang.Object
  extended by com.atlassian.gadgets.renderer.internal.ContainerDomainProvider

public class ContainerDomainProvider
extends Object

Provides the domain name to be used for creating security tokens.


Constructor Summary
ContainerDomainProvider(com.atlassian.sal.api.ApplicationProperties applicationProperties)
           
 
Method Summary
 String getDomain()
          Returns the domain as it appears in the applications base URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerDomainProvider

public ContainerDomainProvider(com.atlassian.sal.api.ApplicationProperties applicationProperties)
Method Detail

getDomain

public String getDomain()
Returns the domain as it appears in the applications base URL.

Returns:
the domain as it appears in the applications base URL


Copyright © 2011 Atlassian. All Rights Reserved.