Uses of Class
org.springframework.vault.authentication.GitHubAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of GitHubAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionGitHubAuthenticationOptions.GithubAuthenticationOptionsBuilder.build()
Build a newGitHubAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
GitHubAuthentication.createAuthenticationSteps
(GitHubAuthenticationOptions options) Creates aAuthenticationSteps
for GitHub authentication givenGitHubAuthenticationOptions
.ModifierConstructorDescriptionGitHubAuthentication
(GitHubAuthenticationOptions options, RestOperations restOperations)