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

fi.evolver.basics.spring.auth.AuthorizationService Maven / Gradle / Ivy

There is a newer version: 6.5.1
Show newest version
package fi.evolver.basics.spring.auth;

@Deprecated
/**
 * @deprecated Superceeded by JwtAuthorizationManager
 */
public interface AuthorizationService {
	void authenticate(String authenticationHeader);

	boolean hasPermission(String permission);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy