Uses of Enum Class
org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
Packages that use LdapProperties.Referral
-
Uses of LdapProperties.Referral in org.springframework.boot.ldap.autoconfigure
Subclasses with type arguments of type LdapProperties.Referral in org.springframework.boot.ldap.autoconfigureModifier and TypeClassDescriptionstatic enumDefine the methods to handle referrals.Methods in org.springframework.boot.ldap.autoconfigure that return LdapProperties.ReferralModifier and TypeMethodDescription@Nullable LdapProperties.ReferralLdapProperties.getReferral()static LdapProperties.ReferralReturns the enum constant of this class with the specified name.static LdapProperties.Referral[]LdapProperties.Referral.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.ldap.autoconfigure with parameters of type LdapProperties.ReferralModifier and TypeMethodDescriptionvoidLdapProperties.setReferral(@Nullable LdapProperties.Referral referral)