Uses of Enum Class
org.wildfly.security.auth.realm.ldap.DirContextFactory.ReferralMode
Packages that use DirContextFactory.ReferralMode
Package
Description
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.-
Uses of DirContextFactory.ReferralMode in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return DirContextFactory.ReferralModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DirContextFactory.ReferralMode[]DirContextFactory.ReferralMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.security.auth.realm.ldap with parameters of type DirContextFactory.ReferralModeModifier and TypeMethodDescriptionbooleanDirContextFactory.ReferralMode.in(DirContextFactory.ReferralMode v1) Determine whether this instance is equal to one of the given instances.booleanDirContextFactory.ReferralMode.in(DirContextFactory.ReferralMode... values) Determine whether this instance is equal to one of the given instances.booleanDirContextFactory.ReferralMode.in(DirContextFactory.ReferralMode v1, DirContextFactory.ReferralMode v2) Determine whether this instance is equal to one of the given instances.booleanDirContextFactory.ReferralMode.in(DirContextFactory.ReferralMode v1, DirContextFactory.ReferralMode v2, DirContextFactory.ReferralMode v3) Determine whether this instance is equal to one of the given instances.DirContextFactory.obtainDirContext(CallbackHandler handler, DirContextFactory.ReferralMode mode) Obtain aDirContextbased on the credentials extracted from the givenCallbackHandler.DirContextFactory.obtainDirContext(DirContextFactory.ReferralMode mode) Obtain aDirContextfor the configured referral mode.Method parameters in org.wildfly.security.auth.realm.ldap with type arguments of type DirContextFactory.ReferralModeModifier and TypeMethodDescriptionstatic booleanDirContextFactory.ReferralMode.isFull(EnumSet<DirContextFactory.ReferralMode> set) Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.