Uses of Class
cn.herodotus.engine.oauth2.management.service.OAuth2DeviceService
Packages that use OAuth2DeviceService
Package
Description
-
Uses of OAuth2DeviceService in cn.herodotus.engine.oauth2.management.configuration
Methods in cn.herodotus.engine.oauth2.management.configuration with parameters of type OAuth2DeviceServiceModifier and TypeMethodDescriptionOAuth2ManagementConfiguration.authenticationSuccessListener(SignInFailureLimitedStampManager stampManager, OAuth2ComplianceService complianceService, OAuth2DeviceService deviceService) OAuth2ManagementConfiguration.oauth2DeviceVerificationResponseHandler(OAuth2DeviceService oauth2DeviceService) OAuth2ManagementConfiguration.oidcClientRegistrationResponseHandler(OAuth2DeviceService oauth2DeviceService) -
Uses of OAuth2DeviceService in cn.herodotus.engine.oauth2.management.controller
Constructors in cn.herodotus.engine.oauth2.management.controller with parameters of type OAuth2DeviceService -
Uses of OAuth2DeviceService in cn.herodotus.engine.oauth2.management.response
Constructors in cn.herodotus.engine.oauth2.management.response with parameters of type OAuth2DeviceServiceModifierConstructorDescriptionOAuth2DeviceVerificationResponseHandler(OAuth2DeviceService deviceService) OidcClientRegistrationResponseHandler(OAuth2DeviceService deviceService)