| Package | Description |
|---|---|
| co.cask.cdap.security.spi.authorization |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Authorizer
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthorizer
Abstract class that implements
Authorizer and provides default no-op implementations of
Authorizer.initialize(AuthorizationContext) and Authorizer.destroy() so classes extending it do not
have to implement these methods unless necessary. |
class |
NoOpAuthorizer
A no-op authorizer to use when authorization is disabled.
|
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.