Modifier and Type | Method and Description |
---|---|
java.util.Collection<Role> |
getListOfRoles()
Get the list of roles obtained after executing the search.
|
void |
setListOfSelectedRoles(java.util.Collection<java.lang.String> roles)
Set the list of roles selected to be assigned to a user.
|
void |
setSearchFlag(boolean searchFlag)
Set the search flag indicating if the search should be executed.
|
void |
setStringFilter(java.lang.String stringFilter)
Set the search filter for filtering roles.
|
void |
setUserId(java.lang.String userId)
Set the user id to whom the roles should be assigned.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setSearchFlag(boolean searchFlag)
searchFlag
- If true, the search will be executed.java.util.Collection<Role> getListOfRoles()
Collection
of Role
s obtained as a result of the searchvoid setStringFilter(java.lang.String stringFilter)
stringFilter
- The search filter string. Wild card character "*" can be used.void setListOfSelectedRoles(java.util.Collection<java.lang.String> roles)
roles
- The Collection
of role identifiers which should be assigned to the user.void setUserId(java.lang.String userId)
userId
- The id of the user to whom the roles should be assigned