Uses of Interface
org.infinispan.server.core.security.ServerAuthenticationProvider
-
Packages that use ServerAuthenticationProvider Package Description org.infinispan.server.core.security.simple org.infinispan.server.hotrod.configuration HotRod Server Configuration API -
-
Uses of ServerAuthenticationProvider in org.infinispan.server.core.security.simple
Classes in org.infinispan.server.core.security.simple that implement ServerAuthenticationProvider Modifier and Type Class Description class
SimpleServerAuthenticationProvider
A server authentication handler which maintains a simple map of user names and passwords. -
Uses of ServerAuthenticationProvider in org.infinispan.server.hotrod.configuration
Methods in org.infinispan.server.hotrod.configuration that return ServerAuthenticationProvider Modifier and Type Method Description ServerAuthenticationProvider
AuthenticationConfiguration. serverAuthenticationProvider()
Methods in org.infinispan.server.hotrod.configuration with parameters of type ServerAuthenticationProvider Modifier and Type Method Description AuthenticationConfigurationBuilder
AuthenticationConfigurationBuilder. serverAuthenticationProvider(ServerAuthenticationProvider serverAuthenticationProvider)
-