All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.schedulerx.worker.security.Authenticator Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
package com.alibaba.schedulerx.worker.security;

import java.util.List;

import com.alibaba.schedulerx.worker.exception.AuthenticateException;

import org.apache.commons.configuration.Configuration;

/**
 *
 * @author xiaomeng.hxm
 */
public interface Authenticator {

    void authenticate(Configuration conf, String namespace, String namespceSource, List groupIds) 
            throws AuthenticateException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy