Package | Description |
---|---|
org.apache.storm.generated | |
org.apache.storm.security.auth |
Modifier and Type | Method and Description |
---|---|
WorkerTokenInfo |
WorkerTokenInfo.deepCopy() |
Modifier and Type | Method and Description |
---|---|
int |
WorkerTokenInfo.compareTo(WorkerTokenInfo other) |
boolean |
WorkerTokenInfo.equals(WorkerTokenInfo that) |
Constructor and Description |
---|
WorkerTokenInfo(WorkerTokenInfo other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
static WorkerTokenInfo |
ClientAuthUtils.getWorkerTokenInfo(WorkerToken wt)
Get and deserialize the WorkerTokenInfo in the worker token.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ClientAuthUtils.serializeWorkerTokenInfo(WorkerTokenInfo wti)
Turn a WorkerTokenInfo in a byte array.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.