Class ApiChangeUserPassword

  • All Implemented Interfaces:
    com.artipie.http.Slice

    public final class ApiChangeUserPassword
    extends Object
    implements com.artipie.http.Slice
    Change user password slice.
    Since:
    0.1
    • Constructor Detail

      • ApiChangeUserPassword

        public ApiChangeUserPassword​(Users users)
        New API change password.
        Parameters:
        users - Artipie users
    • Method Detail

      • response

        public com.artipie.http.Response response​(String line,
                                                  Iterable<Map.Entry<String,​String>> headers,
                                                  org.reactivestreams.Publisher<ByteBuffer> body)
        Specified by:
        response in interface com.artipie.http.Slice