org.syncope.console.rest
Class UserRequestRestClient
java.lang.Object
org.syncope.console.rest.AbstractBaseRestClient
org.syncope.console.rest.UserRequestRestClient
@Component
public class UserRequestRestClient
- extends AbstractBaseRestClient
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRequestRestClient
public UserRequestRestClient()
readProfile
public UserTO readProfile()
list
public List<UserRequestTO> list()
delete
public void delete(Long requestId)
requestCreate
public UserRequestTO requestCreate(UserTO userTO)
requestUpdate
public UserRequestTO requestUpdate(UserMod userMod)
requestDelete
public UserRequestTO requestDelete(Long userId)
Copyright © 2011. All Rights Reserved.