Package | Description |
---|---|
org.keycloak.storage.ldap.idm.model | |
org.keycloak.storage.ldap.mappers.membership | |
org.keycloak.storage.ldap.mappers.membership.group |
Modifier and Type | Method and Description |
---|---|
static LDAPDn |
LDAPDn.fromString(String dnString) |
LDAPDn |
LDAPObject.getDn() |
LDAPDn |
LDAPDn.getParentDn() |
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPDn.isDescendantOf(LDAPDn expectedParentDn) |
void |
LDAPObject.setDn(LDAPDn dn) |
Modifier and Type | Method and Description |
---|---|
abstract Set<LDAPDn> |
MembershipType.getLDAPSubgroups(GroupLDAPStorageMapper groupMapper,
LDAPObject ldapGroup) |
Modifier and Type | Method and Description |
---|---|
protected Set<LDAPDn> |
GroupLDAPStorageMapper.getLDAPSubgroups(LDAPObject ldapGroup) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.