| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
ObjectFactory.createSecurityRole()
Create an instance of
SecurityRole |
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityRoleRestController.createSecurityRole(SecurityRoleCreateRequest securityRoleCreateRequest)
Creates a new security role.
|
SecurityRole |
SecurityRoleRestController.deleteSecurityRole(String securityRoleName)
Deletes an existing security role.
|
SecurityRole |
SecurityRoleRestController.getSecurityRole(String securityRoleName)
Retrieves an existing security role.
|
SecurityRole |
SecurityRoleRestController.updateSecurityRole(String securityRoleName,
SecurityRoleUpdateRequest securityRoleUpdateRequest)
Updates an existing security role.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityRoleService.createSecurityRole(SecurityRoleCreateRequest securityRoleCreateRequest)
Creates a new security role
|
SecurityRole |
SecurityRoleService.deleteSecurityRole(SecurityRoleKey securityRoleName)
Deletes a security role
|
SecurityRole |
SecurityRoleService.getSecurityRole(SecurityRoleKey securityRoleKey)
Gets a security role
|
SecurityRole |
SecurityRoleService.updateSecurityRole(SecurityRoleKey securityRoleKey,
SecurityRoleUpdateRequest securityRoleUpdateRequest)
Updates a security role
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityRoleServiceImpl.createSecurityRole(SecurityRoleCreateRequest securityRoleCreateRequest) |
SecurityRole |
SecurityRoleServiceImpl.deleteSecurityRole(SecurityRoleKey securityRoleKey) |
SecurityRole |
SecurityRoleServiceImpl.getSecurityRole(SecurityRoleKey securityRoleKey) |
SecurityRole |
SecurityRoleServiceImpl.updateSecurityRole(SecurityRoleKey securityRoleKey,
SecurityRoleUpdateRequest securityRoleUpdateRequest) |
Copyright © 2019. All rights reserved.