Uses of Class
org.wildfly.security.auth.realm.ldap.DirContextFactory.ReferralMode
-
Packages that use DirContextFactory.ReferralMode Package Description org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealmimplementation 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.ReferralMode Modifier and Type Method Description static DirContextFactory.ReferralModeDirContextFactory.ReferralMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DirContextFactory.ReferralMode[]DirContextFactory.ReferralMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.auth.realm.ldap with parameters of type DirContextFactory.ReferralMode Modifier and Type Method Description private DirContextSimpleDirContextFactoryBuilder.SimpleDirContextFactory. createDirContext(String securityPrincipal, char[] securityCredential, DirContextFactory.ReferralMode mode, SocketFactory socketFactory)booleanDirContextFactory.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.DirContextDirContextFactory. obtainDirContext(CallbackHandler handler, DirContextFactory.ReferralMode mode)Obtain aDirContextbased on the credentials extracted from the givenCallbackHandler.DirContextDirContextFactory. obtainDirContext(DirContextFactory.ReferralMode mode)Obtain aDirContextfor the configured referral mode.DirContextSimpleDirContextFactoryBuilder.SimpleDirContextFactory. obtainDirContext(CallbackHandler handler, DirContextFactory.ReferralMode mode)DirContextSimpleDirContextFactoryBuilder.SimpleDirContextFactory. obtainDirContext(DirContextFactory.ReferralMode mode)Method parameters in org.wildfly.security.auth.realm.ldap with type arguments of type DirContextFactory.ReferralMode Modifier and Type Method Description static booleanDirContextFactory.ReferralMode. isFull(EnumSet<DirContextFactory.ReferralMode> set)Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
-