@Configuration @Requires(property="micronaut.security.x509.enabled", value="true")
See: Description
Interface | Description |
---|---|
X509Configuration |
X.509 authentication configuration.
|
Class | Description |
---|---|
X509Authentication |
An Authentication derived from an X509Certificate.
|
X509AuthenticationArgumentBinder |
Binds the authentication if it's an
X509Authentication to a route argument. |
X509AuthenticationFetcher |
Creates an Authentication if an X.509 client certificate is present and a
name (CN) can be extracted.
|
X509ConfigurationProperties |
Configuration for X.509 authentication.
|