public interface ServerRolesManagerService
| Modifier and Type | Method and Description |
|---|---|
boolean |
addServerRoles(String[] serverRoles,
String serverRoleType)
put server role to the registry
|
String[] |
readServerRoles(String serverRoleType)
read server roles from registry
|
boolean |
removeServerRoles(String[] serverRoles,
String serverRoleType)
delete server role from the registry
|
String[] readServerRoles(String serverRoleType) throws Exception
serverRoleType - - custom or defaultException - - if operation failsboolean removeServerRoles(String[] serverRoles, String serverRoleType) throws Exception
serverRoles - - names of the server rolesserverRoleType - - custom or defaultException - - if operation failsCopyright © 2018 WSO2 Inc. All rights reserved.