- AccessControlContext - Interface in com.acciente.oacc
-
The interface with which to define and control access to OACC resources.
- addDomainCreatePostCreateSysPermissions(SQLConnection, Resource, Resource, Set<DomainCreatePermission>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionPostCreateSysPersister
-
- addDomainCreatePostCreateSysPermissions(SQLConnection, Resource, Resource, Set<DomainCreatePermission>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainCreatePermissionPostCreateSysPersister
-
- addDomainCreateSysPermissions(SQLConnection, Resource, Resource, Set<DomainCreatePermission>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionSysPersister
-
- addDomainCreateSysPermissions(SQLConnection, Resource, Resource, Set<DomainCreatePermission>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainCreatePermissionSysPersister
-
- addDomainSysPermissions(SQLConnection, Resource, Resource, Id<DomainId>, Set<DomainPermission>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- addDomainSysPermissions(SQLConnection, Resource, Resource, Id<DomainId>, Set<DomainPermission>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- addGlobalResourcePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourcePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- addGlobalResourcePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourcePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- addGlobalSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourcePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- addGlobalSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourcePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- addResourceClass(SQLConnection, String, boolean, boolean) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPersister
-
- addResourceClassPermission(SQLConnection, Id<ResourceClassId>, String) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPermissionPersister
-
- addResourceCreatePostCreatePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourceCreatePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreatePersister
-
- addResourceCreatePostCreatePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourceCreatePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreatePersister
-
- addResourceCreatePostCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourceCreatePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreateSysPersister
-
- addResourceCreatePostCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourceCreatePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreateSysPersister
-
- addResourceCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourceCreatePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionSysPersister
-
- addResourceCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, Set<ResourceCreatePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionSysPersister
-
- addResourceDomain(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.CommonDomainPersister
-
- addResourceDomain(SQLConnection, String, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonDomainPersister
-
- addResourceDomain(SQLConnection, String) - Method in interface com.acciente.oacc.sql.internal.persister.DomainPersister
-
- addResourceDomain(SQLConnection, String, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.DomainPersister
-
- addResourcePermissions(SQLConnection, Resource, Resource, Id<ResourceClassId>, Set<ResourcePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- addResourcePermissions(SQLConnection, Resource, Resource, Id<ResourceClassId>, Set<ResourcePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionPersister
-
- addResourceSysPermissions(SQLConnection, Resource, Resource, Id<ResourceClassId>, Set<ResourcePermission>, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- addResourceSysPermissions(SQLConnection, Resource, Resource, Id<ResourceClassId>, Set<ResourcePermission>, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionSysPersister
-
- assertDomainCreatePermissions(Resource, Set<DomainCreatePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain create permissions.
- assertDomainCreatePermissions(Resource, DomainCreatePermission, DomainCreatePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain create permissions.
- assertDomainCreatePermissions(Resource, Set<DomainCreatePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertDomainCreatePermissions(Resource, DomainCreatePermission, DomainCreatePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertDomainPermissions(Resource, String, Set<DomainPermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain permissions on
the specified domain.
- assertDomainPermissions(Resource, String, DomainPermission, DomainPermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain permissions on
the specified domain.
- assertDomainPermissions(Resource, String, Set<DomainPermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertDomainPermissions(Resource, String, DomainPermission, DomainPermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertGlobalResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified global resource permissions on
the specified resource class in the specified domain.
- assertGlobalResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified global resource permissions on
the specified resource class in the specified domain.
- assertGlobalResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertGlobalResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertOneRowInserted(int) - Method in class com.acciente.oacc.sql.internal.persister.Persister
-
- assertOneRowUpdated(int) - Method in class com.acciente.oacc.sql.internal.persister.Persister
-
- assertPostCreateDomainPermissions(Resource, Set<DomainPermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified domain permissions, if the accessor
were to create a domain.
- assertPostCreateDomainPermissions(Resource, DomainPermission, DomainPermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified domain permissions, if the accessor
were to create a domain.
- assertPostCreateDomainPermissions(Resource, Set<DomainPermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertPostCreateDomainPermissions(Resource, DomainPermission, DomainPermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertPostCreateResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified permissions on an object of
the specified class in the specified domain, if it were to create such an object.
- assertPostCreateResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified permissions on an object of
the specified class in the specified domain, if it were to create such an object.
- assertPostCreateResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertPostCreateResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertResourceCreatePermissions(Resource, String, String, Set<ResourceCreatePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified create permissions on an object of
the specified class in the specified domain.
- assertResourceCreatePermissions(Resource, String, String, ResourceCreatePermission, ResourceCreatePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified create permissions on an object of
the specified class in the specified domain.
- assertResourceCreatePermissions(Resource, String, String, Set<ResourceCreatePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertResourceCreatePermissions(Resource, String, String, ResourceCreatePermission, ResourceCreatePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertResourcePermissions(Resource, Resource, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified resource permissions
to the specified accessed resource.
- assertResourcePermissions(Resource, Resource, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified resource permissions
to the specified accessed resource.
- assertResourcePermissions(Resource, Resource, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertResourcePermissions(Resource, Resource, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- assertValid(String) - Static method in class com.acciente.oacc.sql.internal.SchemaNameValidator
-
Asserts the specified schema name is valid.
- authenticate(Resource, Credentials) - Method in interface com.acciente.oacc.AccessControlContext
-
Authenticates this security session.
- authenticate(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Authenticates this security session against an
AuthenticationProvider
without
specifying authentication credentials, if that AuthenticationProvider supports such an operation.
- authenticate(Resource, Credentials) - Method in interface com.acciente.oacc.AuthenticationProvider
-
Authenticates the specified resource using the supplied credentials.
- authenticate(Resource) - Method in interface com.acciente.oacc.AuthenticationProvider
-
Verifies that the specified resource is authenticated.
- authenticate(Resource, Credentials) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- authenticate(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- authenticate(Resource, Credentials) - Method in class com.acciente.oacc.sql.internal.SQLPasswordAuthenticationProvider
-
- authenticate(Resource) - Method in class com.acciente.oacc.sql.internal.SQLPasswordAuthenticationProvider
-
- AuthenticationException - Exception in com.acciente.oacc
-
- AuthenticationException(String) - Constructor for exception com.acciente.oacc.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception com.acciente.oacc.AuthenticationException
-
- AuthenticationException(Throwable) - Constructor for exception com.acciente.oacc.AuthenticationException
-
- AuthenticationProvider - Interface in com.acciente.oacc
-
Provides the mechanism to authenticate a resource based on specified credentials and to update those credentials.
- AuthorizationException - Exception in com.acciente.oacc
-
- AuthorizationException(String) - Constructor for exception com.acciente.oacc.AuthorizationException
-
- AuthorizationException(String, Throwable) - Constructor for exception com.acciente.oacc.AuthorizationException
-
- AuthorizationException(Throwable) - Constructor for exception com.acciente.oacc.AuthorizationException
-
- GENERATED_KEY_COLUMNS - Static variable in class com.acciente.oacc.sql.internal.persister.CommonResourcePersister
-
- getAccessControlContext(Connection, String, SQLProfile, PasswordEncryptor) - Static method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getAccessControlContext(DataSource, String, SQLProfile, PasswordEncryptor) - Static method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getAccessControlContext(Connection, String, SQLProfile, AuthenticationProvider) - Static method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getAccessControlContext(DataSource, String, SQLProfile, AuthenticationProvider) - Static method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getAccessControlContext(Connection, String, SQLProfile) - Static method in class com.acciente.oacc.sql.SQLAccessControlContextFactory
-
- getAccessControlContext(DataSource, String, SQLProfile) - Static method in class com.acciente.oacc.sql.SQLAccessControlContextFactory
-
- getAccessControlContext(Connection, String, SQLProfile, PasswordEncryptor) - Static method in class com.acciente.oacc.sql.SQLAccessControlContextFactory
-
- getAccessControlContext(DataSource, String, SQLProfile, PasswordEncryptor) - Static method in class com.acciente.oacc.sql.SQLAccessControlContextFactory
-
- getAccessControlContext(Connection, String, SQLProfile, AuthenticationProvider) - Static method in class com.acciente.oacc.sql.SQLAccessControlContextFactory
-
- getAccessControlContext(DataSource, String, SQLProfile, AuthenticationProvider) - Static method in class com.acciente.oacc.sql.SQLAccessControlContextFactory
-
- getAccessorResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- getAccessorResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionPersister
-
- getAccessorResourcesByResourcePermissions(Resource, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns a set of resources that have the specified permissions to the specified accessed resource.
- getAccessorResourcesByResourcePermissions(Resource, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns a set of resources that have the specified permissions to the specified accessed resource.
- getAccessorResourcesByResourcePermissions(Resource, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getAccessorResourcesByResourcePermissions(Resource, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getAccessorResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- getAccessorResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionSysPersister
-
- getAncestorDomainIds(SQLStrings, SQLConnection, Id<DomainId>) - Static method in class com.acciente.oacc.sql.internal.persister.NonRecursivePersisterHelper
-
- getAuthenticatedResource() - Method in interface com.acciente.oacc.AccessControlContext
-
Returns the resource that is currently authenticated in this session.
- getAuthenticatedResource() - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getBoolean(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getCostFactor() - Method in class com.acciente.oacc.encryptor.bcrypt.BCryptPasswordEncryptor
-
Returns the cost factor in use by this instance.
- getDescendantDomainIdsOrderedByAscendingLevel(SQLStrings, SQLConnection, Id<DomainId>) - Static method in class com.acciente.oacc.sql.internal.persister.NonRecursivePersisterHelper
-
- getDescendantDomainNames(SQLStrings, SQLConnection, String) - Static method in class com.acciente.oacc.sql.internal.persister.NonRecursivePersisterHelper
-
- getDomainCreatePermissions(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all direct domain create permissions the specified accessor resource has.
- getDomainCreatePermissions(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getDomainCreatePostCreateSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreatePostCreateSysPermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreatePostCreateSysPermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantDomainCreatePermissionPostCreateSysPersister
-
- getDomainCreateSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionSysPersister
-
- getDomainCreateSysPermissionName(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getDomainCreateSysPermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionSysPersister
-
- getDomainCreateSysPermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainCreatePermissionSysPersister
-
- getDomainCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainCreatePermissionSysPersister
-
- getDomainCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainCreatePermissionSysPersister
-
- getDomainCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantDomainCreatePermissionSysPersister
-
- getDomainCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantDomainCreatePermissionSysPersister
-
- getDomainDescendants(String) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns the domains which are descendants of the specified domain.
- getDomainDescendants(String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getDomainIdByResource(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonResourcePersister
-
- getDomainIdByResource(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.ResourcePersister
-
- getDomainNameByResource(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns the domain to which the specified resource belongs.
- getDomainNameByResource(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getDomainPermissions(Resource, String) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all domain permissions the accessor resource has directly to the specified domain.
- getDomainPermissions(Resource, String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getDomainPermissionsMap(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all domain permissions the accessor resource has directly to any domain, mapped by domain name.
- getDomainPermissionsMap(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getDomainSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getDomainSysPermissionName(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getDomainSysPermissions(SQLConnection, Resource, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getDomainSysPermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getDomainSysPermissions(SQLConnection, Resource, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- getDomainSysPermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantDomainPermissionSysPersister
-
- getDomainSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantDomainPermissionSysPersister
-
- getEffectiveDomainCreatePermissions(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all effective domain create permissions the specified accessor resource has, both directly
and inherited (from other resources).
- getEffectiveDomainCreatePermissions(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveDomainPermissions(Resource, String) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all effective domain permissions the accessor resource has to the specified domain.
- getEffectiveDomainPermissions(Resource, String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveDomainPermissionsMap(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all effective domain permissions the accessor resource has to any domain, mapped by domain name.
- getEffectiveDomainPermissionsMap(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveGlobalResourcePermissions(Resource, String, String) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets the effective global resource permissions the specified accessor resource has to the resources of
the specified resource class in the specified domain.
- getEffectiveGlobalResourcePermissions(Resource, String, String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveGlobalResourcePermissionsMap(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all effective global resource permissions the specified accessor resource has to the resources of
the any resource class in any domain, mapped by domain name and resource class name.
- getEffectiveGlobalResourcePermissionsMap(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveResourceCreatePermissions(Resource, String, String) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all effective resource create permissions the accessor resource has to the specified
resource class in the specified domain (which effectively define the resource permissions
the accessor resource will receive directly, if it created a resource of the specified
resource class in the specified domain).
- getEffectiveResourceCreatePermissions(Resource, String, String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveResourceCreatePermissionsMap(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all effective resource create permissions the accessor resource has to any resource class in
any domain, mapped by domain name and resource class name.
- getEffectiveResourceCreatePermissionsMap(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEffectiveResourcePermissions(Resource, Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets the effective resource permissions that the specified accessor resource has to the
specified accessed resource.
- getEffectiveResourcePermissions(Resource, Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getEncryptedBoundPasswordByResourceId(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.ResourcePasswordPersister
-
- getExternalId() - Method in interface com.acciente.oacc.Resource
-
Get the optional external id of this resource.
- getGeneratedKeys() - Method in class com.acciente.oacc.sql.internal.persister.SQLStatement
-
- getGlobalResourcePermissions(Resource, String, String) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets the global resource permissions the specified accessor resource has directly to the resources of
the specified resource class in the specified domain.
- getGlobalResourcePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissions(Resource, String, String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionPersister
-
- getGlobalResourcePermissionsMap(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all global resource permissions the specified accessor resource has directly to any resources
of any resource class in any domain, mapped by domain name and resource class name.
- getGlobalResourcePermissionsMap(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getGlobalSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionSysPersister
-
- getGlobalSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionSysPersister
-
- getId() - Method in interface com.acciente.oacc.Resource
-
Get the id of this resource.
- getInheritedAccessorResourceIds(SQLStrings, SQLConnection, Resource) - Static method in class com.acciente.oacc.sql.internal.persister.NonRecursivePersisterHelper
-
- getInstance(String, boolean) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
- getInstance(String) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
Creates a new domain create permission with no post-create permissions (i.e.
- getInstance(DomainPermission) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
Creates a new domain create permission with the specified post-create domain permission
without the option to grant the create-permission to another resource
- getInstance(DomainPermission, boolean) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
- getInstance(DomainCreatePermission) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
- getInstance(String) - Static method in class com.acciente.oacc.DomainPermissions
-
Creates a new domain permission of the specified name, without
the option to grant the domain-permission to another resource
- getInstance(String, boolean) - Static method in class com.acciente.oacc.DomainPermissions
-
- getInstance(DomainPermission) - Static method in class com.acciente.oacc.DomainPermissions
-
- getInstance() - Static method in class com.acciente.oacc.normalizer.icu4j.ICU4Jv26TextNormalizer
-
- getInstance() - Static method in class com.acciente.oacc.normalizer.icu4j.ICU4Jv46TextNormalizer
-
- getInstance() - Static method in class com.acciente.oacc.normalizer.jdk.JDKTextNormalizer
-
- getInstance() - Static method in class com.acciente.oacc.normalizer.TextNormalizer
-
Get an instance of a text normalizer.
- getInstance(String, boolean) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
- getInstance(String) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
Creates a new resource create permission with no post-create permissions (i.e.
- getInstance(ResourcePermission) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
Creates a new resource create permission with the specified post-create permission
without the option to grant the create-permission to another resource
- getInstance(ResourcePermission, boolean) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
- getInstance(ResourceCreatePermission) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
- getInstance(String) - Static method in class com.acciente.oacc.ResourcePermissions
-
Creates a new resource permission of the specified name without
the option to grant the permission to another resource
- getInstance(String, boolean) - Static method in class com.acciente.oacc.ResourcePermissions
-
- getInstance(ResourcePermission) - Static method in class com.acciente.oacc.ResourcePermissions
-
- getInstance(long) - Static method in class com.acciente.oacc.Resources
-
- getInstance(long, String) - Static method in class com.acciente.oacc.Resources
-
- getInstance(String) - Static method in class com.acciente.oacc.Resources
-
- getInstanceWithGrantOption(String) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
Creates a new domain create permission with no post-create permissions (i.e.
- getInstanceWithGrantOption(DomainPermission) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
Creates a new domain create permission with the specified post-create domain permission,
but with the option to grant the create-permission to another resource
- getInstanceWithGrantOption(String) - Static method in class com.acciente.oacc.DomainPermissions
-
Creates a new domain permission of the specified name, but with
the option to grant the domain-permission to another resource
- getInstanceWithGrantOption(String) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
Creates a new resource create permission with no post-create permissions (i.e.
- getInstanceWithGrantOption(ResourcePermission) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
Creates a new resource create permission with the specified post-create permission,
but with the option to grant the create-permission to another resource
- getInstanceWithGrantOption(String) - Static method in class com.acciente.oacc.ResourcePermissions
-
Creates a new resource permission of the specified name, but
with the option to grant the permission to another resource
- getInteger(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getInteger(int) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getNextResourceId(SQLConnection) - Method in class com.acciente.oacc.sql.internal.persister.CommonResourcePersister
-
- getNextResourceId(SQLConnection) - Method in interface com.acciente.oacc.sql.internal.persister.ResourcePersister
-
- getNextResourceId(int) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getNFCInstance() - Static method in class com.acciente.oacc.normalizer.icu4j.Normalizer2Factory
-
- getPassword() - Method in class com.acciente.oacc.PasswordCredentials
-
Returns the password contained in this credentials instance
- getPasswordEncryptor(String) - Static method in class com.acciente.oacc.sql.internal.encryptor.PasswordEncryptors
-
- getPermissionName() - Method in interface com.acciente.oacc.DomainCreatePermission
-
Retrieves the permission name.
- getPermissionName() - Method in interface com.acciente.oacc.DomainPermission
-
Retrieves the permission name.
- getPermissionName() - Method in interface com.acciente.oacc.ResourceCreatePermission
-
Retrieves the permission name.
- getPermissionName() - Method in interface com.acciente.oacc.ResourcePermission
-
Retrieves the permission name.
- getPermissionNames(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPermissionPersister
-
- getPostCreateDomainPermission() - Method in interface com.acciente.oacc.DomainCreatePermission
-
Retrieves the post-create permission for non-system permissions.
- getPostCreateResourcePermission() - Method in interface com.acciente.oacc.ResourceCreatePermission
-
Retrieves the post-create permission for non-system permissions.
- getResource(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResource(String, String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourceClassId(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPersister
-
- getResourceClassId(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourceClassId() - Method in class com.acciente.oacc.sql.internal.ResourceClassInternalInfo
-
- getResourceClassInfo(String) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns information about the specified resource class.
- getResourceClassInfo(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPersister
-
- getResourceClassInfo(String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourceClassInfoByResource(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns information about the resource class to which the specified resource belongs.
- getResourceClassInfoByResource(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourceClassInfoByResourceId(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPersister
-
- getResourceClassName() - Method in class com.acciente.oacc.ResourceClassInfo
-
- getResourceClassName() - Method in class com.acciente.oacc.sql.internal.ResourceClassInternalInfo
-
- getResourceClassNames() - Method in interface com.acciente.oacc.AccessControlContext
-
Returns the list of names of all resource classes defined in the system
- getResourceClassNames(SQLConnection) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPersister
-
- getResourceClassNames() - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourceClassPermissionId(SQLConnection, Id<ResourceClassId>, String) - Method in class com.acciente.oacc.sql.internal.persister.ResourceClassPermissionPersister
-
- getResourceCreatePermissions(Resource, String, String) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all direct resource create permissions the accessor resource has to the specified
resource class in the specified domain (which define a subset of the resource permissions
the accessor resource would receive directly, if it created a resource of the specified
resource class in the specified domain).
- getResourceCreatePermissions(Resource, String, String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourceCreatePermissionsMap(Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets all direct resource create permissions the accessor resource has to any resource class in
any domain, mapped by domain name and resource class name.
- getResourceCreatePermissionsMap(Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourceCreatePostCreatePermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreatePermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourceCreatePermissionPostCreatePersister
-
- getResourceCreatePostCreateSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreatePostCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourceCreatePermissionPostCreateSysPersister
-
- getResourceCreateSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionName(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourceCreateSysPermissions(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissions(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissions(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourceCreatePermissionSysPersister
-
- getResourceCreateSysPermissionsIncludeInherited(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourceCreatePermissionSysPersister
-
- getResourceDomainId(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.CommonDomainPersister
-
- getResourceDomainId(SQLConnection, String) - Method in interface com.acciente.oacc.sql.internal.persister.DomainPersister
-
- getResourceDomainId(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourceDomainNameByResourceId(SQLConnection, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonDomainPersister
-
- getResourceDomainNameByResourceId(SQLConnection, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.DomainPersister
-
- getResourceDomainNameDescendants(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.CommonDomainPersister
-
- getResourceDomainNameDescendants(SQLConnection, String) - Method in interface com.acciente.oacc.sql.internal.persister.DomainPersister
-
- getResourceDomainNameDescendants(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveDomainPersister
-
- getResourceDomainNameDescendants(SQLConnection, String) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveDomainPersister
-
- getResourceId(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourcePermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getResourcePermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- getResourcePermissionId(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourcePermissionNames(String) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns the list of all resource permission names defined for the specified resource class name,
including the applicable system permissions as well as any custom permissions
- getResourcePermissionNames(String) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourcePermissions(Resource, Resource) - Method in interface com.acciente.oacc.AccessControlContext
-
Gets the resource permissions that the specified accessor resource has directly to the
specified accessed resource.
- getResourcePermissions(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- getResourcePermissions(SQLConnection, Resource, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionPersister
-
- getResourcePermissions(Resource, Resource) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourcePermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- getResourcePermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionPersister
-
- getResourcePermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourcePermissionPersister
-
- getResourcePermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourcePermissionPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantDomainPermissionSysPersister
-
- getResourcesByDomainSuperUserPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantDomainPermissionSysPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in interface com.acciente.oacc.sql.internal.persister.GrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionSysPersister
-
- getResourcesByGlobalSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantGlobalResourcePermissionSysPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourcePermissionPersister
-
- getResourcesByResourcePermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission, Id<ResourcePermissionId>) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourcePermissionPersister
-
- getResourcesByResourcePermissions(Resource, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns a set of resources (of the specified resource class) on which
the specified accessor resource has the specified permissions, regardless of domain.
- getResourcesByResourcePermissions(Resource, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns a set of resources (of the specified resource class) on which
the specified accessor resource has the specified permissions, regardless of domain.
- getResourcesByResourcePermissions(Resource, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourcesByResourcePermissions(Resource, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourcesByResourcePermissionsAndDomain(Resource, String, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns a set of resources (of the specified resource class) on which
the specified accessor resource has the specified permissions, within the
specified domain or within any descendant domains.
- getResourcesByResourcePermissionsAndDomain(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Returns a set of resources (of the specified resource class) on which
the specified accessor resource has the specified permissions, within the
specified domain or within any descendant domains.
- getResourcesByResourcePermissionsAndDomain(Resource, String, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourcesByResourcePermissionsAndDomain(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourcePermissionSysPersister
-
- getResourcesByResourceSysPermission(SQLConnection, Resource, Id<ResourceClassId>, Id<DomainId>, ResourcePermission) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourcePermissionSysPersister
-
- getResourceSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantGlobalResourcePermissionSysPersister
-
- getResourceSysPermission(SQLResult) - Static method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- getResourceSysPermissionName(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getResourceSysPermissions(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- getResourceSysPermissions(SQLConnection, Resource, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionSysPersister
-
- getResourceSysPermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.CommonGrantResourcePermissionSysPersister
-
- getResourceSysPermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in interface com.acciente.oacc.sql.internal.persister.GrantResourcePermissionSysPersister
-
- getResourceSysPermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.NonRecursiveGrantResourcePermissionSysPersister
-
- getResourceSysPermissionsIncludeInherited(SQLConnection, Resource, Resource) - Method in class com.acciente.oacc.sql.internal.persister.RecursiveGrantResourcePermissionSysPersister
-
- getSessionResource() - Method in interface com.acciente.oacc.AccessControlContext
-
Returns the session resource, that is, the resource whose security credentials are
associated with this session.
- getSessionResource() - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- getSqlDialect() - Method in class com.acciente.oacc.sql.internal.persister.SQLStrings
-
- getSqlDialect() - Method in class com.acciente.oacc.sql.SQLProfile
-
- getSQLPasswordStrings(String) - Static method in class com.acciente.oacc.sql.internal.persister.SQLPasswordStrings
-
- getSqlProfile() - Method in class com.acciente.oacc.sql.internal.persister.SQLStrings
-
- getSQLStrings(String, SQLProfile) - Static method in class com.acciente.oacc.sql.internal.persister.SQLStrings
-
- getString(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getSupportedEncryptorNames() - Static method in class com.acciente.oacc.sql.internal.encryptor.PasswordEncryptors
-
- getSysPermissionId(String) - Method in class com.acciente.oacc.sql.internal.persister.SQLResult
-
- getSysPermissionName(long) - Static method in class com.acciente.oacc.DomainCreatePermissions
-
- getSysPermissionName(long) - Static method in class com.acciente.oacc.DomainPermissions
-
- getSysPermissionName(long) - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
- getSysPermissionName(long) - Static method in class com.acciente.oacc.ResourcePermissions
-
- getSysPermissionNames() - Static method in class com.acciente.oacc.DomainCreatePermissions
-
- getSysPermissionNames() - Static method in class com.acciente.oacc.DomainPermissions
-
- getSysPermissionNames() - Static method in class com.acciente.oacc.ResourceCreatePermissions
-
- getSysPermissionNames() - Static method in class com.acciente.oacc.ResourcePermissions
-
- getSystemPermissionId() - Method in interface com.acciente.oacc.DomainCreatePermission
-
Retrieve the id of a system permission.
- getSystemPermissionId() - Method in interface com.acciente.oacc.DomainPermission
-
Retrieve the id of a system permission.
- getSystemPermissionId() - Method in interface com.acciente.oacc.ResourceCreatePermission
-
Retrieve the id of a system permission.
- getSystemPermissionId() - Method in interface com.acciente.oacc.ResourcePermission
-
Retrieve the id of a system permission.
- getValue() - Method in class com.acciente.oacc.sql.internal.persister.id.Id
-
- GrantDomainCreatePermissionPostCreateSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- grantDomainCreatePermissions(Resource, Set<DomainCreatePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds to the set of domain permissions the specified accessor resource will receive if it created a domain.
- grantDomainCreatePermissions(Resource, DomainCreatePermission, DomainCreatePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds to the set of domain permissions the specified accessor resource will receive if it created a domain.
- grantDomainCreatePermissions(Resource, Set<DomainCreatePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- grantDomainCreatePermissions(Resource, DomainCreatePermission, DomainCreatePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- GrantDomainCreatePermissionSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- grantDomainPermissions(Resource, String, Set<DomainPermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds to the direct domain permissions the specified accessor resource has on the specified domain.
- grantDomainPermissions(Resource, String, DomainPermission, DomainPermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds to the direct domain permissions the specified accessor resource has on the specified domain.
- grantDomainPermissions(Resource, String, Set<DomainPermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- grantDomainPermissions(Resource, String, DomainPermission, DomainPermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- GrantDomainPermissionSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- GrantGlobalResourcePermissionPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- grantGlobalResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds the global resource permissions a resource has on any resource of the specified
resource class in the specified domain.
- grantGlobalResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds the global resource permissions a resource has on any resource of the specified
resource class in the specified domain.
- grantGlobalResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- grantGlobalResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- GrantGlobalResourcePermissionSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- GrantResourceCreatePermissionPostCreatePersister - Interface in com.acciente.oacc.sql.internal.persister
-
- GrantResourceCreatePermissionPostCreateSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- grantResourceCreatePermissions(Resource, String, String, Set<ResourceCreatePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds to the set of resource permissions the specified accessor resource will receive directly, if it
created a resource of the specified resource class in the specified domain.
- grantResourceCreatePermissions(Resource, String, String, ResourceCreatePermission, ResourceCreatePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds to the set of resource permissions the specified accessor resource will receive directly, if it
created a resource of the specified resource class in the specified domain.
- grantResourceCreatePermissions(Resource, String, String, Set<ResourceCreatePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- grantResourceCreatePermissions(Resource, String, String, ResourceCreatePermission, ResourceCreatePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- GrantResourceCreatePermissionSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- GrantResourcePermissionPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- grantResourcePermissions(Resource, Resource, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds the specified resource permissions to the set of permissions that the specified accessor resource
has to the specified accessed resource directly, that is not via inheritance or globally.
- grantResourcePermissions(Resource, Resource, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Adds the specified resource permissions to the set of permissions that the specified accessor resource
has to the specified accessed resource directly, that is not via inheritance or globally.
- grantResourcePermissions(Resource, Resource, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- grantResourcePermissions(Resource, Resource, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- GrantResourcePermissionSysPersister - Interface in com.acciente.oacc.sql.internal.persister
-
- hasDomainCreatePermissions(Resource, Set<DomainCreatePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain create permissions.
- hasDomainCreatePermissions(Resource, DomainCreatePermission, DomainCreatePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain create permissions.
- hasDomainCreatePermissions(Resource, Set<DomainCreatePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasDomainCreatePermissions(Resource, DomainCreatePermission, DomainCreatePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasDomainPermissions(Resource, String, Set<DomainPermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain permissions on
the specified domain.
- hasDomainPermissions(Resource, String, DomainPermission, DomainPermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified domain permissions on
the specified domain.
- hasDomainPermissions(Resource, String, Set<DomainPermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasDomainPermissions(Resource, String, DomainPermission, DomainPermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasGlobalResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified global resource permissions on
the specified resource class in the specified domain.
- hasGlobalResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified global resource permissions on
the specified resource class in the specified domain.
- hasGlobalResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasGlobalResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hashCode() - Method in class com.acciente.oacc.ResourceClassInfo
-
- hashCode() - Method in class com.acciente.oacc.sql.internal.persister.id.Id
-
- hashCode() - Method in class com.acciente.oacc.sql.SQLProfile
-
- hasPostCreateDomainPermissions(Resource, Set<DomainPermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified domain permissions, if the accessor
were to create a domain.
- hasPostCreateDomainPermissions(Resource, DomainPermission, DomainPermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified domain permissions, if the accessor
were to create a domain.
- hasPostCreateDomainPermissions(Resource, Set<DomainPermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasPostCreateDomainPermissions(Resource, DomainPermission, DomainPermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasPostCreateResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified permissions on an object of
the specified class in the specified domain, if it were to create such an object.
- hasPostCreateResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource would receive the specified permissions on an object of
the specified class in the specified domain, if it were to create such an object.
- hasPostCreateResourcePermissions(Resource, String, String, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasPostCreateResourcePermissions(Resource, String, String, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasResourceCreatePermissions(Resource, String, String, Set<ResourceCreatePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified create permissions on an object of
the specified class in the specified domain.
- hasResourceCreatePermissions(Resource, String, String, ResourceCreatePermission, ResourceCreatePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified create permissions on an object of
the specified class in the specified domain.
- hasResourceCreatePermissions(Resource, String, String, Set<ResourceCreatePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasResourceCreatePermissions(Resource, String, String, ResourceCreatePermission, ResourceCreatePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasResourcePermissions(Resource, Resource, Set<ResourcePermission>) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified resource permissions
to the specified accessed resource.
- hasResourcePermissions(Resource, Resource, ResourcePermission, ResourcePermission...) - Method in interface com.acciente.oacc.AccessControlContext
-
Checks if the specified accessor resource has the specified resource permissions
to the specified accessed resource.
- hasResourcePermissions(Resource, Resource, Set<ResourcePermission>) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- hasResourcePermissions(Resource, Resource, ResourcePermission, ResourcePermission...) - Method in class com.acciente.oacc.sql.internal.SQLAccessControlContext
-
- HSQLDB_2_3_NON_RECURSIVE - Static variable in class com.acciente.oacc.sql.SQLProfile
-