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 TypeInterfaceDescriptioninterface
A control authentication handler.interface
An authentication handler hosted on the server.interface
The 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 TypeMethodDescriptionvoid
SecurityConfig.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 class
Implementation ofSystemAuthenticationHandlerConfig
.