Interface AuthenticationSchemeSelector
-
- All Known Implementing Classes:
BasicAuthSchemeSelector,BearerTokenAuthSchemeSelector
public interface AuthenticationSchemeSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<org.springframework.security.core.Authentication>getAuthScheme(java.lang.CharSequence authorization)
-