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

org.paranora.ssoc.pac4j.engine.BasicRestStatelessSecurityLogic Maven / Gradle / Ivy

package org.paranora.ssoc.pac4j.engine;

import org.pac4j.core.client.Client;
import org.pac4j.core.context.WebContext;
import org.pac4j.core.credentials.Credentials;

import java.util.List;

/**
 * The type Basic rest stateless security logic.
 *
 * @param  the type parameter
 * @param  the type parameter
 */
public class BasicRestStatelessSecurityLogic extends  BasicSecurityLogic {

    @Override
    protected boolean startAuthentication(final C context, final List> currentClients) {
        return false;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy