public class LdapIdentityProvider extends BaseIdentityProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
LdapIdentityProvider.Response
Response XML of AssumeRoleWithLDAPIdentity
API.
|
DEFAULT_DURATION_SECONDS| Constructor and Description |
|---|
LdapIdentityProvider(String stsEndpoint,
String ldapUsername,
String ldapPassword,
Integer durationSeconds,
String policy,
okhttp3.OkHttpClient customHttpClient) |
LdapIdentityProvider(String stsEndpoint,
String ldapUsername,
String ldapPassword,
okhttp3.OkHttpClient customHttpClient) |
| Modifier and Type | Method and Description |
|---|---|
protected okhttp3.Request |
getRequest() |
protected Class<? extends BaseIdentityProvider.Response> |
getResponseClass() |
fetch, getValidDurationSeconds, newUrlBuilder, parseResponsepublic LdapIdentityProvider(@Nonnull String stsEndpoint, @Nonnull String ldapUsername, @Nonnull String ldapPassword, @Nullable Integer durationSeconds, @Nullable String policy, @Nullable okhttp3.OkHttpClient customHttpClient)
protected okhttp3.Request getRequest()
getRequest in class BaseIdentityProviderprotected Class<? extends BaseIdentityProvider.Response> getResponseClass()
getResponseClass in class BaseIdentityProvider