| Interface | Description |
|---|---|
| IAuthzManager |
Authorization Manager interface needs to be implemented by all
authorization managers.
|
| IAuthzSubsystem |
An interface that represents an authorization component
|
| Class | Description |
|---|---|
| AuthzManagerProxy |
A class represents an authorization manager.
|
| AuthzMgrPlugin |
This class represents a registered authorization manager plugin.
|
| AuthzToken |
Authorization token returned by Authorization Managers.
|
| Exception | Description |
|---|---|
| EAuthzAccessDenied |
Exception for authorization failure
|
| EAuthzException |
This class represents authorization exceptions.
|
| EAuthzInternalError |
An exception for internal error for authorization.
|
| EAuthzMgrNotFound |
Exception for authorization manager not found.
|
| EAuthzMgrPluginNotFound |
Exception for authorization manager plugin not found.
|
| EAuthzUnknownOperation |
Exception for operation unknown to the authorization manager
|
| EAuthzUnknownProtectedRes |
Exception for protected resource unknown to the authorization manager
|
| EAuthzUnknownRealm |