Interface AuthConfig
@ConfigMapping(prefix="stargate.auth")
public interface AuthConfig
Authentication configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceConfiguration for the header based authentication.static interfaceConfiguration mapping for the token resolver. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
headerBased
- Returns:
- Header based authentication setup.
-
tokenResolver
- Returns:
- Configuration for the cassandra token resolver.
-