public class AuthorizationOwner
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ROLE
Constant representing an owner defined by a role.
|
static int |
USER
Constant representing an owner defined by a system user.
|
| Constructor and Description |
|---|
AuthorizationOwner(DistinguishedName ownerDN)
The Authorization Owner Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final int USER
public static final int ROLE
public AuthorizationOwner(DistinguishedName ownerDN)
ownerDN - DistinguishedName of an authorization ownerpublic 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()