Class AbstractPrincipalArgumentBinder<A extends Principal>
java.lang.Object
io.micronaut.security.authentication.AbstractPrincipalArgumentBinder<A>
- Type Parameters:
A- thePrincipaltype
- All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<A, io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.TypeArgumentBinder<A, io.micronaut.http.HttpRequest<?>>, io.micronaut.http.bind.binders.RequestArgumentBinder<A>, io.micronaut.http.bind.binders.TypedRequestArgumentBinder<A>
- Direct Known Subclasses:
AuthenticationArgumentBinder, PrincipalArgumentBinder, X509AuthenticationArgumentBinder
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPrincipalArgumentBinder(Class<A> authenticationClass) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.http.bind.binders.RequestArgumentBinder
createSpecificMethods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
matches, superTypes
-
Constructor Details
-
AbstractPrincipalArgumentBinder
-
-
Method Details
-
bind
-
argumentType
-