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