public class SchemaMapping extends Object
Constructor and Description |
---|
SchemaMapping() |
Modifier and Type | Method and Description |
---|---|
void |
add(ClassMapping cm)
Add a class mapping to this schema mapping
|
Collection<ClassMapping> |
getClassMap()
Returns the class mappings of this schema mapping
|
ClassMapping |
getClassMapByClass(String className)
Get a class mapping object by the name of the java class
|
ClassMapping |
getClassMapByType(String typeName)
Get a class mapping object by the name of the most specific LDAP class
|
static SchemaMapping |
getSm()
Returns the default schema mapping
|
public static SchemaMapping getSm()
public Collection<ClassMapping> getClassMap()
public void add(ClassMapping cm)
cm
- the class mapping to addpublic ClassMapping getClassMapByClass(String className)
className
- the name of the java class to retrieve the classmapping forpublic ClassMapping getClassMapByType(String typeName)
typeName
- the name of the LDAP class to retrieve the classmapping for@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.