public interface UserManagementServiceClient
Modifier and Type | Method and Description |
---|---|
UserReferenceType |
createUser(CreateUserPropertiesType properties)
This method creates a new user with the given properties.
|
UserReferenceType |
createUser(String shortName,
String password)
This is a shorthand to
createUser(CreateUserPropertiesType) . |
UserReferenceType |
createUser(String shortName,
String fullName,
String password,
String description,
String emailAddress)
This method creates a new user with the given properties.
|
UserClient |
resolve(UserReferenceType reference)
This method returns an administration client for the user referenced.
|
UserClient |
resolveName(String userName)
This method returns an administration client for the user with the given name.
|
SearchClient<UserListItemType> |
search()
This method returns a search client for searching users.
|
SearchClient<UserListItemType> |
searchDeleted()
This method returns a search client for searching deleted users.
|
UserClient resolve(UserReferenceType reference) throws EcmException
reference
- a reference to the user to administrateEcmException
UserClient resolveName(String userName) throws EcmException
userName
- the name of the user to administrateEcmException
SearchClient<UserListItemType> search() throws EcmException
EcmException
SearchClient<UserListItemType> searchDeleted() throws Exception
EcmException
Exception
UserReferenceType createUser(CreateUserPropertiesType properties) throws EcmException
properties
- the properties of the userEcmException
UserReferenceType createUser(String shortName, String fullName, String password, String description, String emailAddress) throws EcmException
shortName
- the short name (display name) of the new userfullName
- the full name of the new userpassword
- the password of the userdescription
- a description of the new useremailAddress
- the email address of the userEcmException
UserReferenceType createUser(String shortName, String password) throws EcmException
createUser(CreateUserPropertiesType)
. It is equivalent to caling
createUser(shortName, shortName, password, "", "")
.shortName
- the short name (display name) of the new userpassword
- the password of the userEcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.