AppRoleAuthentication
.@Deprecated public class AppIdAuthenticationOptions extends Object
AppIdAuthentication
.
Authentication options provide the path, appId and a AppIdUserIdMechanism
.
AppIdAuthentication
can be constructed using builder()
. Instances of
this class are immutable once constructed.
AppIdAuthentication
,
AppIdUserIdMechanism
,
builder()
Modifier and Type | Class and Description |
---|---|
static class |
AppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder
Deprecated.
Builder for
AppIdAuthenticationOptions . |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_APPID_AUTHENTICATION_PATH
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder |
builder()
Deprecated.
|
String |
getAppId()
Deprecated.
|
String |
getPath()
Deprecated.
|
AppIdUserIdMechanism |
getUserIdMechanism()
Deprecated.
|
public static final String DEFAULT_APPID_AUTHENTICATION_PATH
public static AppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder builder()
AppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder
.public String getPath()
public String getAppId()
public AppIdUserIdMechanism getUserIdMechanism()
AppIdUserIdMechanism
.Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.