Package io.micronaut.security.x509
Class X509AuthenticationArgumentBinder
java.lang.Object
io.micronaut.security.authentication.AbstractPrincipalArgumentBinder<X509Authentication>
io.micronaut.security.x509.X509AuthenticationArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<X509Authentication,
,io.micronaut.http.HttpRequest<?>> io.micronaut.core.bind.TypeArgumentBinder<X509Authentication,
,io.micronaut.http.HttpRequest<?>> io.micronaut.http.bind.binders.RequestArgumentBinder<X509Authentication>
,io.micronaut.http.bind.binders.TypedRequestArgumentBinder<X509Authentication>
@Singleton
public class X509AuthenticationArgumentBinder
extends AbstractPrincipalArgumentBinder<X509Authentication>
Binds the authentication if it's an
X509Authentication
to a route argument.- Since:
- 3.3
- Author:
- Burt Beckwith
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.security.authentication.AbstractPrincipalArgumentBinder
argumentType, bind
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
matches, superTypes
-
Constructor Details
-
X509AuthenticationArgumentBinder
public X509AuthenticationArgumentBinder()
-