static class SchemaMaping.NamePair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
ldapAttribute
LDAP attribute name
|
private java.lang.String |
p2jAttribute
P2J attribute name
|
| Constructor and Description |
|---|
NamePair(java.lang.String ldap,
java.lang.String p2j)
Construct an instance of NamePaitr for specified pair of attribute
names.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getLdapAttribute()
Get name of the LDAP attribute.
|
(package private) java.lang.String |
getP2jAttribute()
Get name of the P2J attribute.
|
private java.lang.String ldapAttribute
private java.lang.String p2jAttribute