|
NAMEOpenXPKI::Server::API2::Plugin::tenant_handlerCOMMANDScan_access_tenantCheck if the given tenant can be accessed by the current session user.Return a literal 0 or 1 weather the user is allowed. Returns undef if a tenant was given but the current user has no tenant handler set. Parameters
get_primary_tenantGet the primary tenant based on the current session information.If a tenant hander is defined for the current role, the handlers get_primary_tenant method is called with the content of the tenant attribute from this session. Returns undef if the role has no tenant handler set, returns the name of the tenant if the handler can determine one. Throws an exception, if the handler can not fullfil the request. get_certificate_tenantGet the tenant owner of a certificate.Returns the content of the system_cert_tenant attribute or undef if none is found. Parameters
get_workflow_tenantReturns the content of the workflows tenant attribute or undef if none is found.Parameters
Visit the GSP FreeBSD Man Page Interface. |