Uses of Class
org.apache.syncope.fit.buildtools.cxf.User
-
Packages that use User Package Description org.apache.syncope.fit.buildtools.cxf -
-
Uses of User in org.apache.syncope.fit.buildtools.cxf
Methods in org.apache.syncope.fit.buildtools.cxf that return User Modifier and Type Method Description User
UserService. authenticate(String username, String password)
User
UserMetadata. getUser()
User
UserService. read(UUID key)
Methods in org.apache.syncope.fit.buildtools.cxf that return types with arguments of type User Modifier and Type Method Description List<User>
UserService. list()
Methods in org.apache.syncope.fit.buildtools.cxf with parameters of type User Modifier and Type Method Description javax.ws.rs.core.Response
UserService. create(User user)
void
UserMetadata. setUser(User user)
void
UserService. update(UUID key, User updatedUser)
-