Uses of Enum Class
org.springframework.boot.autoconfigure.ldap.LdapProperties.Referral
Packages that use LdapProperties.Referral
-
Uses of LdapProperties.Referral in org.springframework.boot.autoconfigure.ldap
Methods in org.springframework.boot.autoconfigure.ldap 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.autoconfigure.ldap with parameters of type LdapProperties.ReferralModifier and TypeMethodDescriptionvoid
LdapProperties.setReferral
(LdapProperties.Referral referral)