Uses of Interface
org.artifactory.security.User
-
Packages that use User Package Description org.artifactory.security -
-
Uses of User in org.artifactory.security
Methods in org.artifactory.security that return User Modifier and Type Method Description UserSecurity. currentUser()UserSecurity. findUser(java.lang.String username)Accessible only if current user is an admin.Methods in org.artifactory.security with parameters of type User Modifier and Type Method Description voidSecurity. populateUserProperties(User user)Attaches all the user properties to the given uservoidSecurity. updateUser(User user)Update the user with the same username as the user.getUsername() passed.
NOTE: Only updatable fields will be updated.
The user object cannot be null, and user.getUsername() should represent an existing non-anonymous or system user.
-