ICloudId

interface OCP\Federation\ICloudId
Parsed federated cloud id
Implemented by:OC\Federation\CloudId
Source:lib/public/Federation/ICloudId.php#35

Methods

public OCP\Federation\ICloudId::getId()
The remote cloud id
Source:lib/public/Federation/ICloudId.php#42
Returns:string
Since:12.0.0
public OCP\Federation\ICloudId::getDisplayId()
Get a clean representation of the cloud id for display
Source:lib/public/Federation/ICloudId.php#50
Returns:string
Since:12.0.0
public OCP\Federation\ICloudId::getUser()
The username on the remote server
Source:lib/public/Federation/ICloudId.php#58
Returns:string
Since:12.0.0
public OCP\Federation\ICloudId::getRemote()
The base address of the remote server
Source:lib/public/Federation/ICloudId.php#66
Returns:string
Since:12.0.0