Package | Description |
---|---|
com.iplanet.services.ldap.aci |
Deprecated classes to manage LDAP ACIs.
|
com.iplanet.ums |
Deprecated classes for UMS.
|
Modifier and Type | Method and Description |
---|---|
static ACI |
ACI.valueOf(String aciText)
Converts aci text to ACI
|
Modifier and Type | Method and Description |
---|---|
AccessRightObject |
BaseRole.getAccessRight()
Returns the attribute access rights associated with the role.
|
AccessRightObject |
User.getAccessRight(Guid guid)
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
|
AccessRightObject |
Resource.getAccessRight(Guid guid)
Get the access rights associated with the user; this will return an
aggregation of all the attribute access rights granted by each of the
user's roles.
|
Collection |
PersistentObject.getACI()
Returns all the ACIs of this object.
|
Collection |
PersistentObject.getACI(String name)
Returns all the ACIs of this object with the given name.
|
void |
BaseRole.newAccessRight(AccessRightObject accessRight)
Creates attribute access rights for the role;
existing attribute access rights for the role will be replaced.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.