|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.dataservices.model.AuthorizationOwner
public class AuthorizationOwner
Class representing a system user or role authorized to change access rights on a related entity.
| Field Summary | |
|---|---|
static int |
ROLE
Constant representing an owner defined by a role. |
static int |
USER
Constant representing an owner defined by a system user. |
| Constructor Summary | |
|---|---|
AuthorizationOwner(DistinguishedName ownerDN)
The Authorization Owner Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getOwnerCategory()
Returns the category of the authorization owner. |
DistinguishedName |
getOwnerDistinguishedName()
Returns the distinguished name of the authorization owner. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int USER
public static final int ROLE
| Constructor Detail |
|---|
public AuthorizationOwner(DistinguishedName ownerDN)
ownerDN - DistinguishedName of an authorization owner| Method Detail |
|---|
public DistinguishedName getOwnerDistinguishedName()
public int getOwnerCategory()
public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||