public class UserPermission
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Permission.getUserPermission()
Modifier and Type | Field and Description |
---|---|
static int |
GROUPINDICATOR_GROUP
Constant indicating that this user profile is a group.
|
static int |
GROUPINDICATOR_SPECIALVALUE
Constant indicating that this user is neither a user nor a group.
|
static int |
GROUPINDICATOR_USER
Constant indicating that this user profile is a user.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a copy of this object.
|
int |
getGroupIndicator()
Returns the value indicating if the user profile is a group profile.
|
java.lang.String |
getUserID()
Returns the user profile name for this permission.
|
boolean |
isAuthorizationListManagement()
Indicates whether the user has the authority of authorization list management.
|
boolean |
isFromAuthorizationList()
Indicates whether the user permission is from authorization list.
|
void |
setAuthorizationListManagement(boolean autListMgt)
Sets the authority of authorization list management.
|
void |
setFromAuthorizationList(boolean fromAutList)
Sets the permission of user as coming from an authorization list.
|
public static final int GROUPINDICATOR_SPECIALVALUE
public static final int GROUPINDICATOR_USER
public static final int GROUPINDICATOR_GROUP
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public int getGroupIndicator()
public java.lang.String getUserID()
public boolean isFromAuthorizationList()
public boolean isAuthorizationListManagement()
public void setAuthorizationListManagement(boolean autListMgt)
autListMgt
- true if the user has the authority
of authorization list management; false otherwise.public void setFromAuthorizationList(boolean fromAutList)
fromAutList
- true if the user is from the authorization list;
false otherwise.