Class AuthenticatorProcessor
- java.lang.Object
-
- de.quantummaid.httpmaid.security.authentication.AuthenticatorProcessor
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorProcessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(MetaData metaData)static AuthenticatorProcessorauthenticatorProcessor(Authenticator<MetaData> authenticator, AuthenticatorId authenticatorId, List<Filter> optionalRequests)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.chains.Processor
identifier
-
-
-
-
Method Detail
-
authenticatorProcessor
public static AuthenticatorProcessor authenticatorProcessor(Authenticator<MetaData> authenticator, AuthenticatorId authenticatorId, List<Filter> optionalRequests)
-
-