Uses of Class
org.apache.nifi.authorization.User
Packages that use User
-
Uses of User in org.apache.nifi.authorization
Fields in org.apache.nifi.authorization with type parameters of type UserMethods in org.apache.nifi.authorization that return UserModifier and TypeMethodDescriptionfinal UserAdds the given user.Adds the given user.User.Builder.build()abstract UserAbstractPolicyBasedAuthorizer.deleteUser(User user) Deletes the given user.ConfigurableUserGroupProvider.deleteUser(User user) Deletes the given user.abstract UserAdds the given user.abstract UserAbstractPolicyBasedAuthorizer.doUpdateUser(User user) The user represented by the provided instance will be updated based on the provided instance.abstract UserRetrieves the user with the given identifier.UserAndGroups.getUser()Retrieves the user, or null if the user is unknownRetrieves the user with the given identifier.Retrieves a user by an identity string.abstract UserAbstractPolicyBasedAuthorizer.getUserByIdentity(String identity) Retrieves the user with the given identity.UserGroupProvider.getUserByIdentity(String identity) Retrieves the user with the given identity.private Userfinal UserAbstractPolicyBasedAuthorizer.updateUser(User user) The user represented by the provided instance will be updated based on the provided instance.ConfigurableUserGroupProvider.updateUser(User user) The user represented by the provided instance will be updated based on the provided instance.Methods in org.apache.nifi.authorization that return types with arguments of type UserModifier and TypeMethodDescriptionAbstractPolicyBasedAuthorizer.getSortedUsers()AbstractPolicyBasedAuthorizer.getUsers()Retrieves all users.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups.getUsers()UserGroupProvider.getUsers()Retrieves all users.Methods in org.apache.nifi.authorization with parameters of type UserModifier and TypeMethodDescriptionfinal UserAdds the given user.Adds the given user.abstract UserAbstractPolicyBasedAuthorizer.deleteUser(User user) Deletes the given user.ConfigurableUserGroupProvider.deleteUser(User user) Deletes the given user.abstract UserAdds the given user.abstract UserAbstractPolicyBasedAuthorizer.doUpdateUser(User user) The user represented by the provided instance will be updated based on the provided instance.default booleanConfigurableUserGroupProvider.isConfigurable(User user) Determines whether the specified user is configurable.final UserAbstractPolicyBasedAuthorizer.updateUser(User user) The user represented by the provided instance will be updated based on the provided instance.ConfigurableUserGroupProvider.updateUser(User user) The user represented by the provided instance will be updated based on the provided instance.private voidAbstractPolicyBasedAuthorizer.writeUser(XMLStreamWriter writer, User user) Constructors in org.apache.nifi.authorization with parameters of type User