Uses of Class
org.apache.zookeeper.server.auth.ServerAuthenticationProvider.ServerObjs
Packages that use ServerAuthenticationProvider.ServerObjs
-
Uses of ServerAuthenticationProvider.ServerObjs in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth with parameters of type ServerAuthenticationProvider.ServerObjsModifier and TypeMethodDescriptionKeyAuthenticationProvider.handleAuthentication
(ServerAuthenticationProvider.ServerObjs serverObjs, byte[] authData) abstract KeeperException.Code
ServerAuthenticationProvider.handleAuthentication
(ServerAuthenticationProvider.ServerObjs serverObjs, byte[] authData) This method is called when a client passes authentication data for this scheme.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.