Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Method and Description |
---|---|
protected PermissionBundle |
PermissionBundleAdmin.lookupPermissionBundle(LibrarySession sess,
String name)
Lookup PermissionBundle by name
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionBundleAdmin.showPermissionBundle(LibrarySession sess,
PermissionBundle permissionBundle) |
Modifier and Type | Class and Description |
---|---|
class |
TiePermissionBundle
TiePermissionBundle allows the Oracle-defined behavior of the
PERMISSIONBUNDLE classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
protected static PermissionBundle |
PermissionBundle.constructPermissionBundle(LibrarySession sess,
S_LibraryObjectData data)
Construct a permission bundle object from data corresponding to
it.
|
static PermissionBundle[] |
PermissionBundle.findAll(LibrarySession session)
Returns the set of defined PermissionBundles.
|
static PermissionBundle |
PermissionBundle.findByName(LibrarySession session,
String name)
Returns the a PermissionBundle matching the
specified name.
|
PermissionBundle[] |
AccessControlEntry.getPermissionBundles()
Returns all PermissionBundles that were used to define
the set of permissions for this ACE.
|
PermissionBundle[] |
AccessControlEntryDefinition.getPermissionBundles()
Deprecated.
CM SDK 10gR2: use getPermissionBundlesValue()
|
protected static PermissionBundle |
PermissionBundle.vectorPermissionBundleElement(Vector vector,
int index)
Returns a particular PermissionBundle from a vector, based on the
index supplied.
|
protected static PermissionBundle[] |
PermissionBundle.vectorToPermissionBundleArray(Vector vector)
Returns an array of PermissionBundle objects from a
vector of PermissionBundle objects.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlEntryDefinition.addPermissionBundle(PermissionBundle pb)
Deprecated.
CM SDK 10gR2: use addPermissionBundles(AttributeValue)
|
void |
AccessControlEntryDefinition.addPermissionBundles(PermissionBundle[] pbs)
Deprecated.
CM SDK 10gR2: use addPermissionBundlesValue(AttributeValue)
|
static AccessLevel |
PermissionBundle.getAccessLevel(PermissionBundle[] pbs)
Returns the access level represented by the set of specified
PermissionBundles.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showPermissionBundle(Logger logger,
PermissionBundle pb,
String prefix)
Show details about a PermissionBundle.
|
Copyright © 2023. All rights reserved.