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 |
---|---|
SecurityRole |
SecurityServiceBean.addSecurityRole(SecurityRole securityRole) |
static SecurityRole |
SecurityRoleConverter.convert(SecurityRole role)
Converts a security role entity to dto.
|
SecurityRole |
SecurityServiceBean.getSecurityRole(String securityRoleName) |
SecurityRole |
SecurityServiceBean.updateSecurityRole(SecurityRole securityRole) |
Modifier and Type | Method and Description |
---|---|
static List<SecurityRole> |
SecurityRoleConverter.convert(Collection<SecurityRole> securityRoleEntities)
Converts collection of entities to dto-s.
|
Collection<SecurityRole> |
SecurityServiceBean.findSecurityRoles() |
Modifier and Type | Method and Description |
---|---|
SecurityRole |
SecurityServiceBean.addSecurityRole(SecurityRole securityRole) |
SecurityRole |
SecurityServiceBean.updateSecurityRole(SecurityRole securityRole) |
Modifier and Type | Method and Description |
---|---|
SecurityRole |
SecurityService.addSecurityRole(SecurityRole securityRole)
Adds new security role into the application.
|
SecurityRole |
SecurityService.getSecurityRole(String securityRoleName)
Returns a
SecurityRole instance if such security role (identified by given securityRoleName ) exists . |
SecurityRole |
SecurityService.updateSecurityRole(SecurityRole securityRole)
Updates a security role by its id.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecurityRole> |
SecurityService.findSecurityRoles()
Returns a collection of all security roles that already exist .
|
Collection<SecurityRole> |
PersonManagementService.getSecurityRoles(String personId)
Returns a collection of all the security roles currently assigned to the user identified by
given
personId or an empty collection if the user has no security roles assigned to
them. |
Modifier and Type | Method and Description |
---|---|
SecurityRole |
SecurityService.addSecurityRole(SecurityRole securityRole)
Adds new security role into the application.
|
SecurityRole |
SecurityService.updateSecurityRole(SecurityRole securityRole)
Updates a security role by its id.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecurityRole> |
PersonManagementServiceBean.getSecurityRoles(String personId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.