Class Token
java.lang.Object
org.springframework.boot.actuate.autoconfigure.cloudfoundry.Token
The JSON web token provided with each request that originates from Cloud Foundry.
- Since:
- 1.5.22
- 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
-