Class BasicAuthSchemeSelector
java.lang.Object
org.lognet.springboot.grpc.security.BasicAuthSchemeSelector
- All Implemented Interfaces:
AuthenticationSchemeSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.springframework.security.core.Authentication>
getAuthScheme(CharSequence authorization)
-
Constructor Details
-
BasicAuthSchemeSelector
public BasicAuthSchemeSelector()
-
-
Method Details
-
getAuthScheme
public Optional<org.springframework.security.core.Authentication> getAuthScheme(CharSequence authorization)- Specified by:
getAuthScheme
in interfaceAuthenticationSchemeSelector
-