BearerTokenProvider Interface

public interface BearerTokenProvider

Interface for providing a bearer authentication token for use in RBAC based authentication.

Method Summary

Modifier and Type Method and Description
String getBearerToken()

Get a bearer token. The token is expected to be in the format "Bearer <token>"

Method Details

getBearerToken

public String getBearerToken()

Get a bearer token. The token is expected to be in the format "Bearer <token>"

Returns:

a bearer token.

Applies to