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 OTPAuthenticationServiceOTPAuthenticationProvider.otpAuthenticationServiceConstructors 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 OTPAuthenticationServiceOTPLoginConfigurer.otpAuthenticationServiceConstructors 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 OTPAuthenticationServiceWebSecurityConfig.otpAuthenticationServiceMethods 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