view flys-client/src/main/java/de/intevation/flys/client/server/auth/Authenticator.java @ 4284:7a94d5e7fc3d

Write the "hidden" attribute of a style into the collection's attribute when using the theme editor. Otherwise, the next time using the theme editor, the hidden attributes that should not be changed by the user are visible.
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 29 Oct 2012 07:18:42 +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