org.javaswift.joss.command.shared.identity.access
Class AccessNoTenant
java.lang.Object
org.javaswift.joss.command.shared.identity.access.AbstractAccess
org.javaswift.joss.command.shared.identity.access.AccessNoTenant
- All Implemented Interfaces:
- Access
public class AccessNoTenant
- extends AbstractAccess
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessNoTenant
public AccessNoTenant()
isTenantSupplied
public boolean isTenantSupplied()
- Description copied from interface:
Access
- Ascertains whether tenant ID and/or name were supplied.
- Specified by:
isTenantSupplied
in interface Access
- Specified by:
isTenantSupplied
in class AbstractAccess
- Returns:
- true if tenant ID and/or name were supplied before the authentication call
getTempUrlPrefix
public String getTempUrlPrefix(TempUrlHashPrefixSource tempUrlHashPrefixSource)
- Description copied from interface:
Access
- Returns the first part of the object path in a TempURL. This is determined by the URL that serves
as the source; public, internal or admin
- Parameters:
tempUrlHashPrefixSource
- the source URL to server as the basis for the prefix
- Returns:
- temp URL object path prefix
determineCurrentEndPoint
protected EndPoint determineCurrentEndPoint()
- Specified by:
determineCurrentEndPoint
in class AbstractAccess
Copyright © 2012-2014 42 BV. All Rights Reserved.