@Configuration @Requires(property="micronaut.security.x509.enabled", value="true")
Package io.micronaut.security.x509
Contains classes specific to x509.
- Since:
- 3.3
-
Interface Summary Interface Description X509Configuration X.509 authentication configuration. -
Class Summary Class Description X509Authentication An Authentication derived from an X509Certificate.X509AuthenticationArgumentBinder Binds the authentication if it's anX509Authenticationto 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.