CloudId¶
-
class
OC\Federation\
CloudId
¶ Source: lib/private/Federation/CloudId.php#33 Implements: OCP\Federation\ICloudId
Properties¶
Methods¶
-
public
OC\Federation\CloudId::
__construct
($id, $user, $remote, $displayName=null)¶ - CloudId constructor.
Source: Parameters: - $id (string)
- $user (string)
- $remote (string)
-
public
OC\Federation\CloudId::
getId
()¶ - The full remote cloud id
Source: lib/private/Federation/CloudId.php#62 Returns: string
-
public
OC\Federation\CloudId::
getDisplayId
()¶ Source: lib/private/Federation/CloudId.php#66
-
public
OC\Federation\CloudId::
getUser
()¶ - The username on the remote server
Source: lib/private/Federation/CloudId.php#80 Returns: string
-
public
OC\Federation\CloudId::
getRemote
()¶ - The base address of the remote server
Source: lib/private/Federation/CloudId.php#89 Returns: string