public interface RoleManagementServiceClient
Modifier and Type | Method and Description |
---|---|
RoleReferenceType |
createRole(RolePropertiesType properties)
This method creates a new role with the given properties and returns a reference to it.
|
RoleClient |
resolve(RoleReferenceType reference)
This method returns an administration client for the role with the given reference.
|
RoleClient |
resolveName(String roleName)
This method returns an administration client for the role with the given name.
|
SearchClient<RoleListItemType> |
search()
This method returns a search client for searching roles.
|
SearchClient<RoleListItemType> |
searchDeleted()
This method returns a search client for searching deleted roles.
|
RoleClient resolve(RoleReferenceType reference) throws EcmException
reference
- a reference to the role to administrateEcmException
RoleClient resolveName(String roleName) throws EcmException
roleName
- the name of the role to administrateEcmException
SearchClient<RoleListItemType> search() throws EcmException
EcmException
SearchClient<RoleListItemType> searchDeleted() throws EcmException
EcmException
RoleReferenceType createRole(RolePropertiesType properties) throws EcmException
properties
- the properties of the new roleEcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.