java.lang.Object
swim.security.JsonWebToken
- All Implemented Interfaces:
Debug
- Direct Known Subclasses:
OpenIdToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudience()protected booleanprotected JsonWebToken<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanlongexpiration(long expiration) static JsonWebTokeninthashCode()longissuedAt()issuedAt(long issuedAt) issuer()jwtId()longnotBefore(long notBefore) static JsonWebTokensign(PrivateKey privateKey) subject()toString()final ValuetoValue()
-
Field Details
-
value
-
-
Constructor Details
-
JsonWebToken
-
JsonWebToken
public JsonWebToken()
-
-
Method Details
-
get
-
issuer
-
issuer
-
subject
-
subject
-
audience
-
audience
-
audiences
-
audiences
-
expiration
public long expiration() -
expiration
-
notBefore
public long notBefore() -
notBefore
-
issuedAt
public long issuedAt() -
issuedAt
-
jwtId
-
jwtId
-
joseHeader
-
mac
-
sign
-
toValue
-
copy
-
canEqual
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
from
-
parse
-