Package | Description |
---|---|
org.osid.authorization |
The Open Service Interface Definitions for the org.osid.authorization
service.
|
org.osid.authorization.batch |
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationAdminSession |
AuthorizationManager.getAuthorizationAdminSession()
Gets the
OsidSession associated with the authorization
administration service. |
AuthorizationAdminSession |
AuthorizationProxyManager.getAuthorizationAdminSession(Proxy proxy)
Gets the
OsidSession associated with the authorization
administration service. |
AuthorizationAdminSession |
AuthorizationManager.getAuthorizationAdminSessionForVault(Id vaultId)
Gets the
OsidSession associated with the authorization
admin service for the given vault. |
AuthorizationAdminSession |
AuthorizationProxyManager.getAuthorizationAdminSessionForVault(Id vaultId,
Proxy proxy)
Gets the
OsidSession associated with the authorization
admin service for the given vault. |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorizationBatchAdminSession
This session creates, updates, and deletes
Authorizations
in bulk. |