Uses of Class
io.fabric8.openshift.api.model.config.v1.LDAPAttributeMapping
-
Packages that use LDAPAttributeMapping Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of LDAPAttributeMapping in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return LDAPAttributeMapping Modifier and Type Method Description LDAPAttributeMappingLDAPAttributeMappingBuilder. build()LDAPAttributeMappingLDAPIdentityProviderFluent. buildAttributes()LDAPAttributeMappingLDAPIdentityProvider. getAttributes()LDAPPasswordIdentityProvider provides identities for users authenticating using LDAP credentialsMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type LDAPAttributeMapping Modifier and Type Method Description protected voidLDAPAttributeMappingFluent. copyInstance(LDAPAttributeMapping instance)LDAPIdentityProviderFluent.AttributesNested<A>LDAPIdentityProviderFluent. editOrNewAttributesLike(LDAPAttributeMapping item)voidLDAPIdentityProvider. setAttributes(LDAPAttributeMapping attributes)LDAPPasswordIdentityProvider provides identities for users authenticating using LDAP credentialsALDAPIdentityProviderFluent. withAttributes(LDAPAttributeMapping attributes)LDAPIdentityProviderFluent.AttributesNested<A>LDAPIdentityProviderFluent. withNewAttributesLike(LDAPAttributeMapping item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type LDAPAttributeMapping Constructor Description LDAPAttributeMappingBuilder(LDAPAttributeMapping instance)LDAPAttributeMappingBuilder(LDAPAttributeMappingFluent<?> fluent, LDAPAttributeMapping instance)LDAPAttributeMappingFluent(LDAPAttributeMapping instance)LDAPIdentityProvider(LDAPAttributeMapping attributes, String bindDN, SecretNameReference bindPassword, ConfigMapNameReference ca, Boolean insecure, String url)
-