Package io.minio.credentials
Class LdapIdentityProvider
java.lang.Object
io.minio.credentials.BaseIdentityProvider
io.minio.credentials.LdapIdentityProvider
- All Implemented Interfaces:
Provider
Credential provider using AssumeRoleWithLDAPIdentity
API.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.minio.credentials.BaseIdentityProvider
DEFAULT_DURATION_SECONDS -
Constructor Summary
ConstructorsConstructorDescriptionLdapIdentityProvider(String stsEndpoint, String ldapUsername, String ldapPassword, Integer durationSeconds, String policy, okhttp3.OkHttpClient customHttpClient) LdapIdentityProvider(String stsEndpoint, String ldapUsername, String ldapPassword, okhttp3.OkHttpClient customHttpClient) -
Method Summary
Modifier and TypeMethodDescriptionprotected okhttp3.Requestprotected Class<? extends BaseIdentityProvider.Response>Methods inherited from class io.minio.credentials.BaseIdentityProvider
fetch, getValidDurationSeconds, newUrlBuilder, parseResponse
-
Constructor Details
-
LdapIdentityProvider
-
LdapIdentityProvider
-
-
Method Details
-
getRequest
protected okhttp3.Request getRequest()- Specified by:
getRequestin classBaseIdentityProvider
-
getResponseClass
- Specified by:
getResponseClassin classBaseIdentityProvider
-