Uses of Class
net.shibboleth.idp.plugin.authn.duo.context.DuoPasswordlessContext
Packages that use DuoPasswordlessContext
Package
Description
Duo OIDC 2FA login flow API context classes.
Duo OIDC 2FA login flow implementation classes.
-
Uses of DuoPasswordlessContext in net.shibboleth.idp.plugin.authn.duo.context
Methods in net.shibboleth.idp.plugin.authn.duo.context that return DuoPasswordlessContextModifier and TypeMethodDescriptionDuoPasswordlessContext.setBypassView(boolean flag) Set whether to bypass the view in favor of directly invoking the service.DuoPasswordlessContext.setUsername(String name) Set the username. -
Uses of DuoPasswordlessContext in net.shibboleth.idp.plugin.authn.duo.impl
Fields in net.shibboleth.idp.plugin.authn.duo.impl declared as DuoPasswordlessContextModifier and TypeFieldDescriptionprivate DuoPasswordlessContextPopulatePasswordlessContext.passwordlessContextContext to populate.Fields in net.shibboleth.idp.plugin.authn.duo.impl with type parameters of type DuoPasswordlessContextModifier and TypeFieldDescriptionPopulatePasswordlessContext.duoPasswordlessContextLookupStrategyStrategy used to locate theDuoPasswordlessContextto operate on.PopulateDuoAuthenticationContext.passwordlessContextLookupStrategyStrategy used to locate aDuoPasswordlessContextif present.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DuoPasswordlessContextModifier and TypeMethodDescriptionprivate booleanPopulateDuoAuthenticationContext.doPasswordless(ProfileRequestContext profileRequestContext, AuthenticationContext authenticationContext, DuoOIDCAuthenticationContext duoContext, DuoPasswordlessContext passwordlessContext) Perform standard context creation and lookups.Method parameters in net.shibboleth.idp.plugin.authn.duo.impl with type arguments of type DuoPasswordlessContextModifier and TypeMethodDescriptionvoidPopulatePasswordlessContext.setDuoPasswordlessContextLookupStrategy(Function<ProfileRequestContext, DuoPasswordlessContext> strategy) Set the strategy used to locate theDuoPasswordlessContextto operate on.voidPopulateDuoAuthenticationContext.setPasswordlessContextLookupStrategy(Function<ProfileRequestContext, DuoPasswordlessContext> strategy) Set the strategy used to locate theDuoPasswordlessContextto operate on.