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 enum
Define the methods to handle referrals.Methods in org.springframework.boot.ldap.autoconfigure that return LdapProperties.ReferralModifier and TypeMethodDescriptionLdapProperties.getReferral()
static LdapProperties.Referral
Returns 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 TypeMethodDescriptionvoid
LdapProperties.setReferral
(LdapProperties.Referral referral)