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

com.payneteasy.superfly.security.authentication.FastAuthentication Maven / Gradle / Ivy

package com.payneteasy.superfly.security.authentication;

import org.springframework.security.core.Authentication;

/**
 * Allows to implement some operations (like determining whether we have an
 * authority) fast.
 * 
 * @author Roman Puchkovskiy
 *
 */
public interface FastAuthentication extends Authentication {
    boolean hasAuthority(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy