public class LdapIdentityProvider extends AssumeRoleBaseProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
LdapIdentityProvider.LdapIdentityResponse
Object representation of response XML of AssumeRoleWithLDAPIdentity API.
|
AssumeRoleBaseProvider.ResponseDEFAULT_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 AssumeRoleBaseProvider.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 AssumeRoleBaseProviderprotected Class<? extends AssumeRoleBaseProvider.Response> getResponseClass()
getResponseClass in class AssumeRoleBaseProvider