Package | Description |
---|---|
org.apache.zookeeper.server.auth |
Modifier and Type | Method and 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.
|
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.