Class GitHubAuthenticationOptions
java.lang.Object
org.springframework.vault.authentication.GitHubAuthenticationOptions
Authentication options for
GitHubAuthentication
.
Authentication options provide the role and the token.
GitHubAuthenticationOptions
can be constructed using builder()
.
Instances of this class are immutable once constructed.
- Since:
- 3.2
- Author:
- Nanne Baars
- See Also:
-
Nested Class Summary
-
Field Summary
-
Method Summary
-
Field Details
-
DEFAULT_GITHUB_AUTHENTICATION_PATH
- See Also:
-
-
Method Details
-
builder
- Returns:
- a new
GitHubAuthenticationOptions
.
-
getTokenSupplier
- Returns:
- access token to use.
-
getPath
- Returns:
- the path of the GitHub authentication backend mount.
-