Uses of Interface
com.pushtechnology.diffusion.api.config.AuthenticationHandlerConfig
Packages that use AuthenticationHandlerConfig
Package
Description
Diffusion Configuration API
-
Uses of AuthenticationHandlerConfig in com.pushtechnology.diffusion.api.config
Subinterfaces of AuthenticationHandlerConfig in com.pushtechnology.diffusion.api.configModifier and TypeInterfaceDescriptioninterfaceA control authentication handler.interfaceAn authentication handler hosted on the server.interfaceThe system authentication handler.Methods in com.pushtechnology.diffusion.api.config that return types with arguments of type AuthenticationHandlerConfigMethod parameters in com.pushtechnology.diffusion.api.config with type arguments of type AuthenticationHandlerConfigModifier and TypeMethodDescriptionvoidSecurityConfig.setAuthenticationHandlers(List<? extends AuthenticationHandlerConfig> handlers) Authentication handlers, in order of decreasing precedence. -
Uses of AuthenticationHandlerConfig in com.pushtechnology.diffusion.api.internal.config
Classes in com.pushtechnology.diffusion.api.internal.config that implement AuthenticationHandlerConfigModifier and TypeClassDescriptionfinal classImplementation ofSystemAuthenticationHandlerConfig.