Uses of Class
org.apache.storm.generated.WorkerToken
Packages that use WorkerToken
Package
Description
-
Uses of WorkerToken in org.apache.storm.generated
Methods in org.apache.storm.generated that return WorkerTokenMethods in org.apache.storm.generated with parameters of type WorkerTokenModifier and TypeMethodDescriptionint
WorkerToken.compareTo
(WorkerToken other) boolean
WorkerToken.equals
(WorkerToken that) Constructors in org.apache.storm.generated with parameters of type WorkerToken -
Uses of WorkerToken in org.apache.storm.security.auth
Methods in org.apache.storm.security.auth that return WorkerTokenModifier and TypeMethodDescriptionstatic WorkerToken
ClientAuthUtils.findWorkerToken
(Subject subject, WorkerTokenServiceType type) Find a worker token in a given subject with a given token type.static WorkerToken
ClientAuthUtils.readWorkerToken
(Map<String, String> credentials, WorkerTokenServiceType type) Read a WorkerToken out of credentials for the given type.Methods in org.apache.storm.security.auth with parameters of type WorkerTokenModifier and TypeMethodDescriptionstatic WorkerTokenInfo
ClientAuthUtils.getWorkerTokenInfo
(WorkerToken wt) Get and deserialize the WorkerTokenInfo in the worker token.static void
ClientAuthUtils.setWorkerToken
(Map<String, String> credentials, WorkerToken token) Store a worker token in some credentials. -
Uses of WorkerToken in org.apache.storm.security.auth.workertoken
Methods in org.apache.storm.security.auth.workertoken that return WorkerTokenModifier and TypeMethodDescriptionWorkerTokenManager.createOrUpdateTokenFor
(WorkerTokenServiceType serviceType, String user, String topologyId) Create or update an existing key.static WorkerToken
WorkerTokenClientCallbackHandler.findWorkerTokenInSubject
(ThriftConnectionType type) Look in the current subject for a WorkerToken.Constructors in org.apache.storm.security.auth.workertoken with parameters of type WorkerToken