|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.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 | |
---|---|
int |
getOwnerCategory()
Returns the category of the authorization owner. |
DistinguishedName |
getOwnerDistinguishedName()
Returns the distinguished name of the authorization owner. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 ownerMethod Detail |
public DistinguishedName getOwnerDistinguishedName()
public int getOwnerCategory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |