view flys-client/src/main/java/de/intevation/flys/client/server/auth/Authenticator.java @ 4244:3e62c8f8d475

Change Servlet config for RiverInfoService The GaugeOverviewInfoService got rename to RiverInfoService. Therefore the servlet config must be adjusted too.
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 24 Oct 2012 15:53:58 +0200
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