public class SASLAuthenticationProvider extends Object implements AuthenticationProvider
| Constructor and Description | 
|---|
SASLAuthenticationProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getScheme()
The String used to represent this provider. 
 | 
KeeperException.Code | 
handleAuthentication(ServerCnxn cnxn,
                    byte[] authData)
This method is called when a client passes authentication data for this
 scheme. 
 | 
boolean | 
isAuthenticated()
This method is used to check if the authentication done by this provider
 should be used to identify the creator of a node. 
 | 
boolean | 
isValid(String id)
Validates the syntax of an id. 
 | 
boolean | 
matches(String id,
       String aclExpr)
This method is called to see if the given id matches the given id
 expression in the ACL. 
 | 
public String getScheme()
AuthenticationProvidergetScheme in interface AuthenticationProviderpublic KeeperException.Code handleAuthentication(ServerCnxn cnxn, byte[] authData)
AuthenticationProviderhandleAuthentication in interface AuthenticationProvidercnxn - the cnxn that received the authentication information.authData - the authentication data received.public boolean matches(String id, String aclExpr)
AuthenticationProvidermatches in interface AuthenticationProviderid - the id to check.aclExpr - the expression to match ids against.public boolean isAuthenticated()
AuthenticationProviderisAuthenticated in interface AuthenticationProviderpublic boolean isValid(String id)
AuthenticationProviderisValid in interface AuthenticationProviderid - the id to validate.Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.