Class Token
java.lang.Object
org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.Token
The JSON web token provided with each request that originates from Cloud Foundry.
- Since:
- 4.0.0
- Author:
- Madhura Bhave
-
Constructor Details
-
Token
-
-
Method Details
-
getContent
public byte[] getContent() -
getSignature
public byte[] getSignature() -
getSignatureAlgorithm
-
getIssuer
-
getExpiry
public long getExpiry() -
getScope
-
getKeyId
-
toString
-