view flys-client/src/main/java/de/intevation/flys/client/server/auth/Authenticator.java @ 3507:59c77a9551c8

User new find-user REST service in UserClient Use new find-user REST interface to check if a user already exists in the database or a new user must be created. flys-client/trunk@5265 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 24 Aug 2012 14:14:30 +0000
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