Uses of Class
net.shibboleth.idp.plugin.authn.totp.context.TOTPContext
Packages that use TOTPContext
Package
Description
TOTP login flow context classes.
TOTP login flow implementation classes.
-
Uses of TOTPContext in net.shibboleth.idp.plugin.authn.totp.context
Methods in net.shibboleth.idp.plugin.authn.totp.context that return TOTPContextModifier and TypeMethodDescriptionTOTPContext.setTokenCode(Integer code) Set the token code.TOTPContext.setUsername(String name) Set the username. -
Uses of TOTPContext in net.shibboleth.idp.plugin.authn.totp.impl
Fields in net.shibboleth.idp.plugin.authn.totp.impl with type parameters of type TOTPContextModifier and TypeFieldDescriptionprivate Function<AuthenticationContext,TOTPContext> AbstractTOTPExtractionAction.totpContextCreationStrategyCreation strategy for TOTP context.private Function<ProfileRequestContext,TOTPContext> AbstractSeedSource.totpContextLookupStrategyLookup strategy forTOTPContext.private Function<AuthenticationContext,TOTPContext> TOTPCredentialValidator.totpContextLookupStrategyLookup strategy for TOTP context.Methods in net.shibboleth.idp.plugin.authn.totp.impl that return types with arguments of type TOTPContextModifier and TypeMethodDescriptionAbstractSeedSource.getTOTPContextLookupStrategy()Get theTOTPContextlookup strategy.Methods in net.shibboleth.idp.plugin.authn.totp.impl with parameters of type TOTPContextModifier and TypeMethodDescriptionprotected SubjectTOTPCredentialValidator.populateSubject(Subject subject, ProfileRequestContext profileRequestContext, TOTPContext totpContext) Decorate the subject with "standard" content from the validation.Method parameters in net.shibboleth.idp.plugin.authn.totp.impl with type arguments of type TOTPContextModifier and TypeMethodDescriptionvoidAbstractTOTPExtractionAction.setTOTPContextCreationStrategy(Function<AuthenticationContext, TOTPContext> strategy) Set the lookup strategy to locate/create theTOTPContext.voidAbstractSeedSource.setTOTPContextLookupStrategy(Function<ProfileRequestContext, TOTPContext> strategy) Set theTOTPContextlookup strategy.voidTOTPCredentialValidator.setTOTPContextLookupStrategy(Function<AuthenticationContext, TOTPContext> strategy) Set the lookup strategy to locate theTOTPContext.