fi.evolver.basics.spring.auth.AuthorizationService Maven / Gradle / Ivy
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