Uses of Class
org.apache.zookeeper.server.auth.ServerAuthenticationProvider.MatchValues
-
Packages that use ServerAuthenticationProvider.MatchValues Package Description org.apache.zookeeper.server.auth -
-
Uses of ServerAuthenticationProvider.MatchValues in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth with parameters of type ServerAuthenticationProvider.MatchValues Modifier and Type Method Description boolean
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.
-