public interface LdapRegisteredServiceMapper
DefaultLdapServiceMapper| Modifier and Type | Method and Description |
|---|---|
String |
getDnForRegisteredService(String parentDn,
RegisteredService svc) |
String |
getIdAttribute()
Gets the name of the LDAP attribute that stores the registered service integer unique identifier.
|
String |
getObjectClass()
Gets the name of the LDAP object class that represents service registry entries.
|
org.ldaptive.LdapEntry |
mapFromRegisteredService(String dn,
RegisteredService svc) |
RegisteredService |
mapToRegisteredService(org.ldaptive.LdapEntry result) |
RegisteredService mapToRegisteredService(org.ldaptive.LdapEntry result)
org.ldaptive.LdapEntry mapFromRegisteredService(String dn, RegisteredService svc)
String getDnForRegisteredService(String parentDn, RegisteredService svc)
String getObjectClass()
String getIdAttribute()
Copyright © 2004-2015 Jasig. All Rights Reserved.