public interface LDAPIdentityProviderFluent<A extends LDAPIdentityProviderFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LDAPIdentityProviderFluent.AttributesNested<N> |
static interface |
LDAPIdentityProviderFluent.BindPasswordNested<N> |
static interface |
LDAPIdentityProviderFluent.CaNested<N> |
@Deprecated LDAPAttributeMapping getAttributes()
LDAPAttributeMapping buildAttributes()
A withAttributes(LDAPAttributeMapping attributes)
Boolean hasAttributes()
LDAPIdentityProviderFluent.AttributesNested<A> withNewAttributes()
LDAPIdentityProviderFluent.AttributesNested<A> withNewAttributesLike(LDAPAttributeMapping item)
LDAPIdentityProviderFluent.AttributesNested<A> editAttributes()
LDAPIdentityProviderFluent.AttributesNested<A> editOrNewAttributes()
LDAPIdentityProviderFluent.AttributesNested<A> editOrNewAttributesLike(LDAPAttributeMapping item)
String getBindDN()
Boolean hasBindDN()
A withNewBindDN(StringBuilder arg1)
A withNewBindDN(int[] arg1, int arg2, int arg3)
A withNewBindDN(char[] arg1)
A withNewBindDN(StringBuffer arg1)
A withNewBindDN(byte[] arg1, int arg2)
A withNewBindDN(byte[] arg1)
A withNewBindDN(char[] arg1, int arg2, int arg3)
A withNewBindDN(byte[] arg1, int arg2, int arg3)
A withNewBindDN(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated SecretNameReference getBindPassword()
SecretNameReference buildBindPassword()
A withBindPassword(SecretNameReference bindPassword)
Boolean hasBindPassword()
LDAPIdentityProviderFluent.BindPasswordNested<A> withNewBindPassword()
LDAPIdentityProviderFluent.BindPasswordNested<A> withNewBindPasswordLike(SecretNameReference item)
LDAPIdentityProviderFluent.BindPasswordNested<A> editBindPassword()
LDAPIdentityProviderFluent.BindPasswordNested<A> editOrNewBindPassword()
LDAPIdentityProviderFluent.BindPasswordNested<A> editOrNewBindPasswordLike(SecretNameReference item)
@Deprecated ConfigMapNameReference getCa()
ConfigMapNameReference buildCa()
A withCa(ConfigMapNameReference ca)
Boolean hasCa()
LDAPIdentityProviderFluent.CaNested<A> withNewCa()
LDAPIdentityProviderFluent.CaNested<A> withNewCaLike(ConfigMapNameReference item)
LDAPIdentityProviderFluent.CaNested<A> editCa()
LDAPIdentityProviderFluent.CaNested<A> editOrNewCa()
LDAPIdentityProviderFluent.CaNested<A> editOrNewCaLike(ConfigMapNameReference item)
Boolean getInsecure()
Boolean hasInsecure()
A withNewInsecure(boolean arg1)
String getUrl()
Boolean hasUrl()
A withNewUrl(StringBuilder arg1)
A withNewUrl(int[] arg1, int arg2, int arg3)
A withNewUrl(char[] arg1)
A withNewUrl(StringBuffer arg1)
A withNewUrl(byte[] arg1, int arg2)
A withNewUrl(byte[] arg1)
A withNewUrl(char[] arg1, int arg2, int arg3)
A withNewUrl(byte[] arg1, int arg2, int arg3)
A withNewUrl(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2022 Red Hat. All rights reserved.