![JAR search and dependency download from the Maven repository](/logo.png)
org.lognet.springboot.grpc.security.AuthenticationSchemeSelector Maven / Gradle / Ivy
package org.lognet.springboot.grpc.security;
import java.util.Optional;
import org.springframework.security.core.Authentication;
public interface AuthenticationSchemeSelector {
Optional getAuthScheme(CharSequence authorization);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy