Class AppIdAuthenticationOptions
java.lang.Object
org.springframework.vault.authentication.AppIdAuthenticationOptions
Deprecated, for removal: This API element is subject to removal in a future version.
Authentication options for
AppIdAuthentication
.
Authentication options provide the path, appId and a AppIdUserIdMechanism
.
AppIdAuthentication
can be constructed using builder()
. Instances of
this class are immutable once constructed.
- Author:
- Mark Paluch
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.Builder forAppIdAuthenticationOptions
. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated, for removal: This API element is subject to removal in a future version.getAppId()
Deprecated, for removal: This API element is subject to removal in a future version.getPath()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
DEFAULT_APPID_AUTHENTICATION_PATH
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- a new
AppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder
.
-
getPath
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the mount path.
-
getAppId
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the AppId.
-
getUserIdMechanism
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the
AppIdUserIdMechanism
.
-
AppRoleAuthentication
.