public class Service extends LDAPEntry
Service in the directory.| Constructor and Description |
|---|
Service(javax.naming.directory.DirContext inctx, java.lang.String inputDN)
Constructs a
Service instance using a DN |
Service(javax.naming.directory.DirContext inctx, java.lang.String inputDN, PropertySet ps)
Constructs a
Service instance using a DN |
| Modifier and Type | Method and Description |
|---|---|
void |
resolve(javax.naming.directory.DirContext ctx)
Abstract method - implements validation of the LDAP entry by resolving the DN
|
getDN, getProperties, setProperties
public Service(javax.naming.directory.DirContext inctx,
java.lang.String inputDN)
Service instance using a DNinctx - a valid DirContextinputDN - the DN of the entry representing the Service
public Service(javax.naming.directory.DirContext inctx,
java.lang.String inputDN,
PropertySet ps)
Service instance using a DNinctx - a valid DirContextinputDN - the DN of the entry representing the Service