| Package | Description |
|---|---|
| co.cask.cdap.security.auth |
Classes related to authentication of clients and daemons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessToken
Represents a verified identity used for client authentication.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
KeyManager.validateMAC(Codec<T> codec,
Signed<T> signedMessage)
Recomputes the digest for the given message and verifies that it matches the provided value.
|
<T> void |
AbstractKeyManager.validateMAC(Codec<T> codec,
Signed<T> signedMessage) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.