Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
S_ClassAccessControlList
A S_ClassAccessControlList models a ClassAccessControlList.
|
class |
S_SystemAccessControlList
A S_SystemAccessControlList models a SystemAccessControlList.
|
class |
S_TieAccessControlList
S_TieAccessControlList allows the Oracle-defined behavior of the
ACCESSCONTROLLIST classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieClassAccessControlList
S_TieClassAccessControlList allows the Oracle-defined behavior of the
CLASSACCESSCONTROLLIST classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
class |
S_TieSystemAccessControlList
S_TieSystemAccessControlList allows the Oracle-defined behavior of the
SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
|
Modifier and Type | Method and Description |
---|---|
protected static S_AccessControlList[] |
S_AccessControlList.constructAccessControlListArray(S_LibrarySession sess,
Long[] ids)
Construct a ACL array from an array of object IDs.
|
S_AccessControlList |
S_AccessControlEntry.getAcl()
Returns the ACL for this ACE.
|
protected S_AccessControlList |
S_PublicObject.getAcl()
gets the ACL for this object, which can be null.
|
protected S_AccessControlList |
AccessControlListResolver.getAcl(S_LibrarySession sess)
Gets the ACL.
|
S_AccessControlList[] |
S_AccessControlList.getComponentAcls()
Returns all AccessControlLists that are components of the target ACL.
|
protected S_AccessControlList[] |
AccessControlListResolver.getComponentAcls(S_LibrarySession sess)
Gets the component ACLs.
|
S_AccessControlList[] |
S_AccessControlList.getCompositeAcls()
Gets the set of composite ACLs which reference the target ACL as a
"component".
|
S_AccessControlList[] |
S_AccessControlList.getCompositeAcls(SortSpecification sort)
Gets the set of composite ACLs which reference the target ACL as a
"component", sorted according to a specification.
|
protected S_AccessControlList[] |
S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl)
return all Composite ACLs that include the specified parameter as
a component ACL.
|
protected S_AccessControlList[] |
S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl,
SortSpecification sort)
return all Composite ACLs that include the specified parameter as
a component ACL.
|
protected S_AccessControlList |
S_AccessControlListSelector.selectByOnwerUniqueName(String onwerUniqueName)
return the ACL that corresponds to the specified
OwnerUniqueName.
|
protected S_AccessControlList[] |
S_AccessControlListSelector.selectNonconformingAcls(Long groupId,
SortSpecification sort)
return all Non-conforming ACLs based on a group whose membership
is changing.
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_Document.postSecurityChangeAuditEvent(S_PublicObject domain,
S_AccessControlList acl)
Posts an audit event for the security change operation.
|
protected void |
S_PublicObject.postSecurityChangeAuditEvent(S_PublicObject domain,
S_AccessControlList acl)
Posts an audit event for the security change operation.
|
Copyright © 2023. All rights reserved.