Uses of Class
org.keycloak.storage.ldap.mappers.membership.LDAPGroupMapperMode
-
Packages that use LDAPGroupMapperMode Package Description org.keycloak.storage.ldap.mappers.membership -
-
Uses of LDAPGroupMapperMode in org.keycloak.storage.ldap.mappers.membership
Methods in org.keycloak.storage.ldap.mappers.membership that return LDAPGroupMapperMode Modifier and Type Method Description LDAPGroupMapperMode
CommonLDAPGroupMapperConfig. getMode()
static LDAPGroupMapperMode
LDAPGroupMapperMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LDAPGroupMapperMode[]
LDAPGroupMapperMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-