Package | Description |
---|---|
com.whitestein.lsps.orgstructure | |
com.whitestein.lsps.os |
Services for person management, person-role mapping, and role querying.
|
com.whitestein.lsps.pm |
Modifier and Type | Method and Description |
---|---|
void |
SecurityServiceBean.removeSecurityRole(String securityRoleName) |
SecurityRole |
SecurityServiceBean.updateSecurityRole(SecurityRole securityRole) |
Modifier and Type | Method and Description |
---|---|
Person |
PersonManagementService.addPersonWithData(PersonData personData)
Adds new person into the application.
|
Person |
PersonManagementService.assignSecurityRolesToPerson(String personId,
List<String> securityRoleNames)
Assigns given list of security roles (specified by their names) to the user identified
by given
personId argument. |
void |
SecurityService.removeSecurityRole(String securityRoleName)
Removes the security role identified by given
securityRoleName from the application. |
Person |
PersonManagementService.updatePersonWithData(PersonData personData)
Updates the person.
|
SecurityRole |
SecurityService.updateSecurityRole(SecurityRole securityRole)
Updates a security role by its id.
|
Modifier and Type | Method and Description |
---|---|
Person |
PersonManagementServiceBean.addPersonWithData(PersonData personData) |
Person |
PersonManagementServiceBean.assignSecurityRolesToPerson(String personId,
List<String> securityRoleNames) |
Person |
PersonManagementServiceBean.updatePersonWithData(PersonData personData) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.