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