Uses of Class
org.apache.zookeeper.server.auth.ServerAuthenticationProvider.MatchValues
Packages that use ServerAuthenticationProvider.MatchValues
-
Uses of ServerAuthenticationProvider.MatchValues in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth with parameters of type ServerAuthenticationProvider.MatchValuesModifier and TypeMethodDescriptionboolean
KeyAuthenticationProvider.matches
(ServerAuthenticationProvider.ServerObjs serverObjs, ServerAuthenticationProvider.MatchValues matchValues) abstract boolean
ServerAuthenticationProvider.matches
(ServerAuthenticationProvider.ServerObjs serverObjs, ServerAuthenticationProvider.MatchValues matchValues) This method is called to see if the given id matches the given id expression in the ACL.