Uses of Interface
org.oxerr.spring.security.otp.core.OTPAuthenticationService
Packages that use OTPAuthenticationService
Package
Description
-
Uses of OTPAuthenticationService in org.oxerr.spring.security.otp.authentication
Fields in org.oxerr.spring.security.otp.authentication declared as OTPAuthenticationServiceModifier and TypeFieldDescriptionprivate final OTPAuthenticationService
OTPAuthenticationProvider.otpAuthenticationService
Constructors in org.oxerr.spring.security.otp.authentication with parameters of type OTPAuthenticationServiceModifierConstructorDescriptionOTPAuthenticationProvider
(OTPAuthenticationService otpAuthenticationService) -
Uses of OTPAuthenticationService in org.oxerr.spring.security.otp.config.annotation.web.configurers
Fields in org.oxerr.spring.security.otp.config.annotation.web.configurers declared as OTPAuthenticationServiceModifier and TypeFieldDescriptionprivate final OTPAuthenticationService
OTPLoginConfigurer.otpAuthenticationService
Constructors in org.oxerr.spring.security.otp.config.annotation.web.configurers with parameters of type OTPAuthenticationServiceModifierConstructorDescriptionOTPLoginConfigurer
(OTPAuthenticationService otpAuthenticationService) -
Uses of OTPAuthenticationService in org.oxerr.spring.security.otp.samples.helloworld
Fields in org.oxerr.spring.security.otp.samples.helloworld declared as OTPAuthenticationServiceModifier and TypeFieldDescriptionprivate OTPAuthenticationService
WebSecurityConfig.otpAuthenticationService
Methods in org.oxerr.spring.security.otp.samples.helloworld that return OTPAuthenticationService -
Uses of OTPAuthenticationService in org.oxerr.spring.security.otp.samples.helloworld.service.impl
Classes in org.oxerr.spring.security.otp.samples.helloworld.service.impl that implement OTPAuthenticationService