RemoteWasbAuthorizerImplpublic interface WasbAuthorizerInterface
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
authorize(java.lang.String wasbAbolutePath,
java.lang.String accessType,
java.lang.String owner) |
Authorizer API to authorize access in WASB.
|
void |
init(org.apache.hadoop.conf.Configuration conf) |
Initializer method
|
void init(org.apache.hadoop.conf.Configuration conf) throws WasbAuthorizationException, java.io.IOException
conf - - Configuration objectWasbAuthorizationException - - On authorization exceptionsjava.io.IOException - - When not able to reach the authorizerboolean authorize(java.lang.String wasbAbolutePath,
java.lang.String accessType,
java.lang.String owner)
throws WasbAuthorizationException,
java.io.IOException
wasbAbolutePath - : Absolute WASB Path used for access.accessType - : Type of accessowner - : owner of the file/folder specified in the wasb pathWasbAuthorizationException - - On authorization exceptionsjava.io.IOException - - When not able to reach the authorizerCopyright © 2008–2025 Apache Software Foundation. All rights reserved.