view flys-client/src/main/java/de/intevation/flys/client/server/auth/Authenticator.java @ 4326:87362ba26c72

Extract the gauge name from the riverservice response
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 30 Oct 2012 13:03:20 +0100
parents 71ba3cf3ec5e
children
line wrap: on
line source
package de.intevation.flys.client.server.auth;

import java.io.IOException;

import de.intevation.flys.client.server.features.Features;

public interface Authenticator {

    public Authentication auth(String username, String password, String encoding, Features features)
        throws AuthenticationException, IOException;

}

http://dive4elements.wald.intevation.org