Uses of Class
org.apache.archiva.redback.rest.api.model.User
-
Packages that use User Package Description org.apache.archiva.redback.rest.api.model org.apache.archiva.redback.rest.api.services org.apache.archiva.redback.rest.services -
-
Uses of User in org.apache.archiva.redback.rest.api.model
Subclasses of User in org.apache.archiva.redback.rest.api.model Modifier and Type Class Description classUserLoginMethods in org.apache.archiva.redback.rest.api.model that return User Modifier and Type Method Description UserUserRegistrationRequest. getUser()Methods in org.apache.archiva.redback.rest.api.model that return types with arguments of type User Modifier and Type Method Description List<User>Role. getOtherUsers()List<User>Role. getParentsRolesUsers()List<User>Role. getRemovedUsers()List<User>Role. getUsers()Methods in org.apache.archiva.redback.rest.api.model with parameters of type User Modifier and Type Method Description voidUserRegistrationRequest. setUser(User user)Method parameters in org.apache.archiva.redback.rest.api.model with type arguments of type User Modifier and Type Method Description voidRole. setOtherUsers(List<User> otherUsers)voidRole. setParentsRolesUsers(List<User> parentsRolesUsers)voidRole. setRemovedUsers(List<User> removedUsers)voidRole. setUsers(List<User> users)Constructors in org.apache.archiva.redback.rest.api.model with parameters of type User Constructor Description UserRegistrationRequest(User user, String applicationUrl) -
Uses of User in org.apache.archiva.redback.rest.api.services
Methods in org.apache.archiva.redback.rest.api.services that return User Modifier and Type Method Description UserPasswordService. changePassword(String userName, String previousPassword, String password, String passwordConfirmation)Deprecated.used to change the password on passwordChangeRequired state.UserPasswordService. changePasswordWithKey(String password, String passwordConfirmation, String key)Deprecated.used to change the password on first user connection after registration use.UserUserService. createGuestUser()Deprecated.UserUserService. getGuestUser()Deprecated.UserUserService. getUser(String username)Deprecated.UserLoginService. isLogged()Deprecated.simply check if current user has an http session opened with authz passed and return user dataUserLoginService. logIn(LoginRequest loginRequest)Deprecated.check username/password and create a http session.Methods in org.apache.archiva.redback.rest.api.services that return types with arguments of type User Modifier and Type Method Description List<User>UserService. getUsers()Deprecated.Methods in org.apache.archiva.redback.rest.api.services with parameters of type User Modifier and Type Method Description BooleanUserService. createAdminUser(User user)Deprecated.will create admin user only if not exists !! if exists will return falseBooleanUserService. createUser(User user)Deprecated.BooleanUserService. updateMe(User user)Deprecated.update only the current user and this fields: fullname, email, password.BooleanUserService. updateUser(User user)Deprecated.ActionStatusRoleManagementService. updateUserRoles(User user)Deprecated.update roles assigned to a user -
Uses of User in org.apache.archiva.redback.rest.services
Methods in org.apache.archiva.redback.rest.services that return User Modifier and Type Method Description UserDefaultPasswordService. changePassword(String userName, String previousPassword, String password, String passwordConfirmation)Deprecated.UserDefaultPasswordService. changePasswordWithKey(String password, String passwordConfirmation, String key)Deprecated.UserDefaultUserService. createGuestUser()Deprecated.UserDefaultUserService. getGuestUser()Deprecated.UserDefaultUserService. getUser(String username)Deprecated.UserDefaultLoginService. isLogged()Deprecated.UserDefaultLoginService. logIn(LoginRequest loginRequest)Deprecated.Methods in org.apache.archiva.redback.rest.services that return types with arguments of type User Modifier and Type Method Description List<User>DefaultUserService. getUsers()Deprecated.Methods in org.apache.archiva.redback.rest.services with parameters of type User Modifier and Type Method Description BooleanDefaultUserService. createAdminUser(User adminUser)Deprecated.BooleanDefaultUserService. createUser(User user)Deprecated.BooleanDefaultUserService. updateMe(User user)Deprecated.BooleanDefaultUserService. updateUser(User user)Deprecated.ActionStatusDefaultRoleManagementService. updateUserRoles(User user)Deprecated.voidDefaultUserService. validateCredentialsLoose(User user)Deprecated.voidDefaultUserService. validateCredentialsStrict(User user)Deprecated.
-