Package org.openziti.identity
Class ZitiJWT
-
- All Implemented Interfaces:
public final class ZitiJWT
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classZitiJWT.JwtTrustManagerpublic final classZitiJWT.KeyResolverpublic classZitiJWT.Companion
-
Field Summary
Fields Modifier and Type Field Description private final URIcontrollerprivate final Stringtokenprivate final Stringmethodprivate final Stringnameprivate final URLenrollmentURLprivate final KeyserverKeypublic final static ZitiJWT.CompanionCompanion
-
Method Summary
Modifier and Type Method Description final URIgetController()final StringgetToken()final StringgetMethod()final StringgetName()final URLgetEnrollmentURL()final KeygetServerKey()-
-
Constructor Detail
-
ZitiJWT
ZitiJWT(Claims cl, Key serverKey)
-
-
Method Detail
-
getController
final URI getController()
-
getEnrollmentURL
final URL getEnrollmentURL()
-
getServerKey
final Key getServerKey()
-
-
-
-