Uses of Class
org.keycloak.representations.idm.LDAPCapabilityRepresentation
Packages that use LDAPCapabilityRepresentation
Package
Description
-
Uses of LDAPCapabilityRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return types with arguments of type LDAPCapabilityRepresentationModifier and TypeMethodDescriptionRealmResource.ldapServerCapabilities(TestLdapConnectionRepresentation config) -
Uses of LDAPCapabilityRepresentation in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return types with arguments of type LDAPCapabilityRepresentationModifier and TypeMethodDescriptionstatic Set<LDAPCapabilityRepresentation>LDAPServerCapabilitiesManager.queryServerCapabilities(TestLdapConnectionRepresentation config, KeycloakSession session, RealmModel realm) -
Uses of LDAPCapabilityRepresentation in org.keycloak.storage.ldap.idm.store
Methods in org.keycloak.storage.ldap.idm.store that return types with arguments of type LDAPCapabilityRepresentationModifier and TypeMethodDescriptionIdentityStore.queryServerCapabilities()Query the LDAP server RootDSE and extract theLDAPCapabilityRepresentationof all supported extensions, controls and features the server announces. -
Uses of LDAPCapabilityRepresentation in org.keycloak.storage.ldap.idm.store.ldap
Methods in org.keycloak.storage.ldap.idm.store.ldap that return types with arguments of type LDAPCapabilityRepresentation