Package com.sap.cloud.security.xsuaa.jwt
Class Base64JwtDecoder
- java.lang.Object
-
- com.sap.cloud.security.xsuaa.jwt.Base64JwtDecoder
-
public final class Base64JwtDecoder extends Object
-
-
Constructor Summary
Constructors Constructor Description Base64JwtDecoder()Deprecated.in favor of themethodand will become private with version 3.0.0
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DecodedJwtdecode(String jwt)Decodes the Json Web token (jwt).static Base64JwtDecodergetInstance()
-
-
-
Constructor Detail
-
Base64JwtDecoder
@Deprecated public Base64JwtDecoder()
Deprecated.in favor of themethodand will become private with version 3.0.0
-
-
Method Detail
-
getInstance
public static Base64JwtDecoder getInstance()
-
decode
public DecodedJwt decode(String jwt)
Decodes the Json Web token (jwt).- Parameters:
jwt- the access token- Returns:
- the decoded jwt.
-
-