| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityproviders |
| Modifier and Type | Method and Description |
|---|---|
LdapConfiguration.Builder |
LdapConfiguration.Builder.addAllEmailDomains(Iterable<String> elements)
Adds elements to
emailDomains list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.addAllExternalGroupsWhitelist(Iterable<String> elements)
Adds elements to
externalGroupsWhitelist list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.addShadowUserOnLogin(Boolean addShadowUserOnLogin)
Initializes the value for the
addShadowUserOnLogin attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.attributeMappings(AttributeMappings attributeMappings)
Initializes the value for the
attributeMappings attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.autoAddGroups(Boolean autoAddGroups)
Initializes the value for the
autoAddGroups attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.baseUrl(String baseUrl)
Initializes the value for the
baseUrl attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.bindPassword(String bindPassword)
Initializes the value for the
bindPassword attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.bindUserDistinguishedName(String bindUserDistinguishedName)
Initializes the value for the
bindUserDistinguishedName attribute. |
static LdapConfiguration.Builder |
LdapConfiguration.builder()
Creates a builder for
LdapConfiguration. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.emailDomain(String element)
Adds one element to
emailDomains list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.emailDomains(Iterable<String> elements)
Sets or replaces all elements for
emailDomains list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.emailDomains(String... elements)
Adds elements to
emailDomains list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.externalGroupsWhitelist(Iterable<String> elements)
Sets or replaces all elements for
externalGroupsWhitelist list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.externalGroupsWhitelist(String... elements)
Adds elements to
externalGroupsWhitelist list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.externalGroupsWhitelist(String element)
Adds one element to
externalGroupsWhitelist list. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.from(org.cloudfoundry.uaa.identityproviders._LdapConfiguration instance)
Copy abstract value type
_LdapConfiguration instance into builder. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.from(org.cloudfoundry.uaa.identityproviders.AbstractExternalIdentityProviderConfiguration instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.identityproviders.AbstractExternalIdentityProviderConfiguration instance. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.from(org.cloudfoundry.uaa.identityproviders.AbstractIdentityProviderConfiguration instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.identityproviders.AbstractIdentityProviderConfiguration instance. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.from(LdapConfiguration instance)
Fill a builder with attribute values from the provided
LdapConfiguration instance. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupRoleAttribute(String groupRoleAttribute)
Initializes the value for the
groupRoleAttribute attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchBase(String groupSearchBase)
Initializes the value for the
groupSearchBase attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchDepthLimit(Integer groupSearchDepthLimit)
Initializes the value for the
groupSearchDepthLimit attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchFilter(String groupSearchFilter)
Initializes the value for the
groupSearchFilter attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupSearchSubTree(Boolean groupSearchSubTree)
Initializes the value for the
groupSearchSubTree attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.groupsIgnorePartialResults(Boolean groupsIgnorePartialResults)
Initializes the value for the
groupsIgnorePartialResults attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.ldapGroupFile(LdapGroupFile ldapGroupFile)
Initializes the value for the
ldapGroupFile attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.ldapProfileFile(LdapProfileFile ldapProfileFile)
Initializes the value for the
ldapProfileFile attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.localPasswordCompare(Boolean localPasswordCompare)
Initializes the value for the
localPasswordCompare attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.mailAttributeName(String mailAttributeName)
Initializes the value for the
mailAttributeName attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.mailSubstitute(String mailSubstitute)
Initializes the value for the
mailSubstitute attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.mailSubstituteOverridesLdap(Boolean mailSubstituteOverridesLdap)
Initializes the value for the
mailSubstituteOverridesLdap attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.passwordAttributeName(String passwordAttributeName)
Initializes the value for the
passwordAttributeName attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.passwordEncoder(String passwordEncoder)
Initializes the value for the
passwordEncoder attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.providerDescription(String providerDescription)
Initializes the value for the
providerDescription attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.referral(String referral)
Initializes the value for the
referral attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.skipSSLVerification(Boolean skipSSLVerification)
Initializes the value for the
skipSSLVerification attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.storeCustomAttributes(Boolean storeCustomAttributes)
Initializes the value for the
storeCustomAttributes attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.tlsConfiguration(TlsConfiguration tlsConfiguration)
Initializes the value for the
tlsConfiguration attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userDistinguishedNamePattern(String userDistinguishedNamePattern)
Initializes the value for the
userDistinguishedNamePattern attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userDistinguishedNamePatternDelimiter(String userDistinguishedNamePatternDelimiter)
Initializes the value for the
userDistinguishedNamePatternDelimiter attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userSearchBase(String userSearchBase)
Initializes the value for the
userSearchBase attribute. |
LdapConfiguration.Builder |
LdapConfiguration.Builder.userSearchFilter(String userSearchFilter)
Initializes the value for the
userSearchFilter attribute. |
Copyright © 2020. All rights reserved.