Uses of Interface
org.artifactory.security.User
Packages that use User
-
Uses of User in org.artifactory.security
Methods in org.artifactory.security that return UserModifier and TypeMethodDescriptionSecurity.currentUser()Accessible only if current user is an admin.Methods in org.artifactory.security with parameters of type UserModifier and TypeMethodDescriptionvoidSecurity.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.