Uses of Class
org.apache.openmeetings.core.ldap.LdapLoginManager.GroupMode
-
Packages that use LdapLoginManager.GroupMode Package Description org.apache.openmeetings.core.ldap -
-
Uses of LdapLoginManager.GroupMode in org.apache.openmeetings.core.ldap
Methods in org.apache.openmeetings.core.ldap that return LdapLoginManager.GroupMode Modifier and Type Method Description static LdapLoginManager.GroupModeLdapLoginManager.GroupMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LdapLoginManager.GroupMode[]LdapLoginManager.GroupMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-