Package oracle.dbtools.plugin.api.security
<section role="region">
Resource authorization APIs
- Author:
- cdivilly
-
Interface Summary Interface Description AuthenticationChallenge Represents an authentication challenge that may be issued when a protected resource is accessed without proper authorization.AuthenticationChallenge.Builder BuildAuthenticationChallenge
instancesAuthorizationConstraint Encapsulates the authorization constraints that restrict access to a given resource.AuthorizationError Provides explanation for why authorization failed.EndUserAuthorizationConstraint A specialization ofAuthorizationConstraint
for constraints that are intended to require approval by an end-user (e.g.HasPrivileges Service that can provide zero or morePrivilege
instances.PrivilegeConstraints Resolve an authorization constraint name to aAuthorizationConstraint
instancePrivileges Utility methods for working withPrivilege
instancesPrivilegeSet A Collection ofPrivilege
instances.PrivilegeSet.Builder BuildsPrivilegeSet
instancesPrivilegeSets Services for working withPrivilegeSet
instances -
Exception Summary Exception Description NotAuthorizedException Raised whenever a resource is accessed that the current user does not have permission to access.