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
public abstract class AbstractPrincipalArgumentBinder<A extends Principal>
extends Object
implements io.micronaut.http.bind.binders.TypedRequestArgumentBinder<A>
Binds the authentication object to a route argument.
- Since:
- 3.2
- 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
ConstructorsModifierConstructorDescriptionprotectedAbstractPrincipalArgumentBinder(Class<A> authenticationClass) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
matches, superTypes
-
Constructor Details
-
AbstractPrincipalArgumentBinder
-
-
Method Details
-
bind
-
argumentType
-