GeoserverRoleStore valStore = new RoleStoreValidationWrapper(store); valStore.addRole(..); valStore.store()
Since the {@link GeoServerRoleStore} interface does not allow to throw {@link RoleServiceException} objects directly, these objectsa wrapped into an IOException. Use {@link IOException#getCause()} toget the proper exception.
@author christian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|