IResource
in
Interface IResource
Tags
Table of Contents
Methods
- getBackend() : IBackend
- Get corresponding backend object
- getDisplayName() : string
- get the display name for a resource
- getEMail() : string
- get email-address for resource
- getGroupRestrictions() : array<string|int, string>
- Get a list of groupIds that are allowed to access this resource
- getId() : string
- get the resource id
Methods
getBackend()
Get corresponding backend object
public
getBackend() : IBackend
Tags
Return values
IBackendgetDisplayName()
get the display name for a resource
public
getDisplayName() : string
Tags
Return values
stringgetEMail()
get email-address for resource
public
getEMail() : string
The email address has to be globally unique
Tags
Return values
stringgetGroupRestrictions()
Get a list of groupIds that are allowed to access this resource
public
getGroupRestrictions() : array<string|int, string>
If an empty array is returned, no group restrictions are applied.
Tags
Return values
array<string|int, string>getId()
get the resource id
public
getId() : string
This id has to be unique within the backend