Uses of Class
net.shibboleth.idp.plugin.authn.duo.model.User
Packages that use User
Package
Description
Duo OIDC 2FA login flow API classes.
Duo OIDC 2FA login flow implementation classes.
Duo OIDC 2FA login flow API model classes.
-
Uses of User in net.shibboleth.idp.plugin.authn.duo
Methods in net.shibboleth.idp.plugin.authn.duo that return UserModifier and TypeMethodDescriptionDuoAdminClient.getUser(ProfileRequestContext context, String username) Get the User that corresponds to the given username from the Duo Admin API. -
Uses of User in net.shibboleth.idp.plugin.authn.duo.impl
Methods in net.shibboleth.idp.plugin.authn.duo.impl that return UserModifier and TypeMethodDescriptionDefaultDuoAdminClient.getUser(ProfileRequestContext context, String username) Get the User that corresponds to the given username from the Duo Admin API. -
Uses of User in net.shibboleth.idp.plugin.authn.duo.model
Methods in net.shibboleth.idp.plugin.authn.duo.model that return User