Click or drag to resize
IAuthorizationApi Interface
Atomia Provisioning Authorization API WCF interface.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
public interface IAuthorizationApi

The IAuthorizationApi type exposes the following members.

Methods
  NameDescription
Public methodEcho
Echoes the specified message.
Public methodGetAllowedOperationsForGroup
Gets the allowed operations for group on given object.
Public methodGetAllowedOperationsForUser
Gets the allowed operations for user on given object.
Public methodGetEffectivePermissions
Gets the effective permissions.
Public methodSetAllowedOperationsForGroup
SSets the allowed operations for group on specific object.
Public methodSetAllowedOperationsForUser
Sets the allowed operations for user on specific object.
Top
See Also