| Package | Description |
|---|---|
| org.keycloak.federation.ldap.idm.model | |
| org.keycloak.federation.ldap.idm.store | |
| org.keycloak.federation.ldap.idm.store.ldap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentityType
This interface is the base for all identity model objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributedType
Abstract base class for all AttributedType implementations
|
class |
AbstractIdentityType
Abstract base class for IdentityType implementations
|
class |
LDAPUser
This class represents a User; a human agent that may authenticate with the application
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityStore.add(AttributedType value)
Persists the specified IdentityType
|
void |
IdentityStore.remove(AttributedType value)
Removes the specified IdentityType
|
void |
IdentityStore.update(AttributedType value)
Updates the specified IdentityType
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AttributedType> |
LDAPMappingConfiguration.getMappedClass() |
Class<? extends AttributedType> |
LDAPMappingConfiguration.getRelatedAttributedType() |
Class<? extends AttributedType> |
LDAPIdentityStoreConfiguration.getSupportedTypeByBaseDN(String entryDN,
List<String> objectClasses) |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPIdentityStore.add(AttributedType attributedType) |
protected void |
LDAPIdentityStore.addToParentAsMember(AttributedType attributedType) |
protected BasicAttributes |
LDAPIdentityStore.extractAttributes(AttributedType attributedType,
boolean isCreate) |
String |
LDAPIdentityStore.getBindingDN(AttributedType attributedType,
boolean appendBaseDN) |
protected String |
LDAPIdentityStore.getEntryIdentifier(AttributedType attributedType) |
void |
LDAPIdentityStore.remove(AttributedType attributedType) |
void |
LDAPIdentityStore.update(AttributedType attributedType) |
| Modifier and Type | Method and Description |
|---|---|
LDAPMappingConfiguration |
LDAPIdentityStoreConfiguration.getMappingConfig(Class<? extends AttributedType> attributedType) |
LDAPMappingConfiguration |
LDAPIdentityStoreConfiguration.mappingConfig(Class<? extends AttributedType> clazz) |
LDAPMappingConfiguration |
LDAPMappingConfiguration.setRelatedAttributedType(Class<? extends AttributedType> relatedAttributedType) |
| Constructor and Description |
|---|
LDAPMappingConfiguration(Class<? extends AttributedType> mappedClass) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.