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
Builder for
AppIdAuthenticationOptions. |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_APPID_AUTHENTICATION_PATH |
| Modifier and Type | Method and Description |
|---|---|
static AppIdAuthenticationOptions.AppIdAuthenticationOptionsBuilder |
builder() |
String |
getAppId() |
String |
getPath() |
AppIdUserIdMechanism |
getUserIdMechanism() |
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–2018 Pivotal Software, Inc.. All rights reserved.