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 UserUserService. authenticate(String username, String password)UserUserMetadata. getUser()UserUserService. 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.ResponseUserService. create(User user)voidUserMetadata. setUser(User user)voidUserService. update(UUID key, User updatedUser)
-