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

com.github.lontime.extpac4j.provider.ProfileStorageDecisionInterface Maven / Gradle / Ivy

The newest version!
package com.github.lontime.extpac4j.provider;

import com.github.lontime.base.commonj.components.ComponentInterface;
import org.pac4j.core.context.WebContext;
import org.pac4j.core.engine.decision.ProfileStorageDecision;

/**
 * ProfileStorageDecisionInterface.
 * @author lontime
 * @since 1.0
 */
public interface ProfileStorageDecisionInterface extends ProfileStorageDecision , ComponentInterface {

    @Override
    default Class getClazz() {
        return ProfileStorageDecisionInterface.class;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy