|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.llsdk6.imsapi.metadata.AttributeRight
public class AttributeRight
Contains a specified directory attribute and its associated permission.
AttributeRight objects can be contained in an
AttributeRightsCollection object and passed into provider methods. This
allows a provider to retrieve a managed object containing the specified
attributes and their associated permissions.
ProviderAccessor.
AttributeRight supports the typical get... and
set... methods for both the attribute name and the
PermissionType
associated with the object.
AttributeRightsCollection for an example of adding attribute right
objects to a collection.
| Constructor Summary | |
|---|---|
AttributeRight(java.lang.String attr,
PermissionType perm)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttribute()
Retrieves the attribute name in this object. |
PermissionType |
getPermission()
Returns the permission assigned to the attribute in this object. |
void |
setAttribute(java.lang.String attr)
Sets the attribute name for this object. |
void |
setPermission(PermissionType perm)
Changes the permission type for the attribute in this object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRight(java.lang.String attr,
PermissionType perm)
| Method Detail |
|---|
public java.lang.String getAttribute()
public void setAttribute(java.lang.String attr)
attr - The attribute name for the object.public PermissionType getPermission()
public void setPermission(PermissionType perm)
perm - The new permission type for the attribute.public java.lang.String toString()
toString in class java.lang.Object
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||