public abstract static class Supervisor.Local extends Supervisor
Supervisor.Local| 限定符和类型 | 方法和说明 |
|---|---|
abstract String |
createSupervisorAuthenticationToken(String group)
Creates supervisor authentication token
|
LocalDateTime |
getStartupTime() |
abstract String |
getWorkerContextPath(String group)
Get worker context-path
|
abstract boolean |
verifyUserAuthenticationToken(String group,
String userAuthenticationToken)
Verifies user authentication token
|
abstract boolean |
verifyWorkerAuthenticationToken(String group,
String workerAuthenticationToken)
Verifies worker authentication token
|
abstract boolean |
verifyWorkerSignatureToken(String group,
String workerSignatureToken)
Verifies worker signature token
|
compareTo, deserialize, equals, hashCode, local, serializebuildHttpsUrlPrefix, buildHttpUrlPrefix, toStringpublic final LocalDateTime getStartupTime()
public abstract String getWorkerContextPath(String group)
group - the grouppublic abstract String createSupervisorAuthenticationToken(String group)
group - the grouppublic abstract boolean verifyWorkerAuthenticationToken(String group, String workerAuthenticationToken)
group - the groupworkerAuthenticationToken - the worker authentication tokentrue if verify successfulpublic abstract boolean verifyUserAuthenticationToken(String group, String userAuthenticationToken)
group - the groupuserAuthenticationToken - the user authentication tokentrue if verify successfulCopyright © 2025. All rights reserved.