Package | Description |
---|---|
com.lexmark.saperion.administration |
This package holds data models concerning user administration.
|
Modifier and Type | Method and Description |
---|---|
static AccessRight |
AccessRight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRight[] |
AccessRight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AccessRight> |
UserAccessType.getDeniedRights()
Gets the rights denied to the user.
|
Set<AccessRight> |
GroupAccessType.getDeniedRights()
Gets the rights denied to the group.
|
Set<AccessRight> |
UserAccessType.getGrantedRights()
Gets the rights granted to the user.
|
Set<AccessRight> |
GroupAccessType.getGrantedRights()
Gets the rights granted to the group.
|
Modifier and Type | Method and Description |
---|---|
void |
UserAccessType.setDeniedRights(Set<AccessRight> deniedRights)
Sets the rights denied to the user.
|
void |
GroupAccessType.setDeniedRights(Set<AccessRight> deniedRights)
Sets the rights denied to the group.
|
void |
UserAccessType.setGrantedRights(Set<AccessRight> grantedRights)
Sets the rights granted to the user.
|
void |
GroupAccessType.setGrantedRights(Set<AccessRight> grantedRights)
Sets the rights granted to the group.
|
Constructor and Description |
---|
GroupAccessType(GroupReferenceType group,
Set<AccessRight> grantedRights)
Creates a GroupAccessType instance with the given group and access rights.
|
GroupAccessType(GroupReferenceType group,
Set<AccessRight> grantedRights,
Set<AccessRight> deniedRights)
Creates a GroupAccessType instance with the given group and access rights.
|
GroupAccessType(GroupReferenceType group,
Set<AccessRight> grantedRights,
Set<AccessRight> deniedRights)
Creates a GroupAccessType instance with the given group and access rights.
|
UserAccessType(UserReferenceType user,
Set<AccessRight> grantedRights)
Creates a UserAccessType instance with the given user and access rights.
|
UserAccessType(UserReferenceType user,
Set<AccessRight> grantedRights,
Set<AccessRight> deniedRights)
Creates a UserAccessType instance with the given user and access rights.
|
UserAccessType(UserReferenceType user,
Set<AccessRight> grantedRights,
Set<AccessRight> deniedRights)
Creates a UserAccessType instance with the given user and access rights.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.