Uses of Interface
com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperBuild
Packages that use AuthTokenBuilder.FluentHelperBuild
-
Uses of AuthTokenBuilder.FluentHelperBuild in com.sap.cloud.sdk.cloudplatform.security
Classes in com.sap.cloud.sdk.cloudplatform.security that implement AuthTokenBuilder.FluentHelperBuildModifier and TypeClassDescriptionstatic classDeprecated.Fluent helper to chain operations.Methods in com.sap.cloud.sdk.cloudplatform.security that return AuthTokenBuilder.FluentHelperBuildModifier and TypeMethodDescriptionAuthTokenBuilder.decodedJwt(com.auth0.jwt.interfaces.DecodedJWT decodedJwt) Deprecated.Use aDecodedJWTfor constructing theAuthToken.A non-validated JWT is constructed based on tenant information (xsappnameand issuer URL of subscriber inVCAP_SERVICESenvironment variable).AuthTokenBuilder.FluentHelperUnsignedJwt.ofTenant(String tenantId, URI issuerUri, Collection<String> audiences) A non-validated JWT is constructed based on tenant information.AuthTokenBuilder.FluentHelperRefreshToken.refreshToken(String refreshToken) Specifies to use the given refresh token to refresh the encoded JWT, if expired.