public class CSName extends NameWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
CSName.Type |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
USERID |
m_impl| Constructor and Description |
|---|
CSName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String name) |
CSName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String name,
java.util.Properties syntax) |
| Modifier and Type | Method and Description |
|---|---|
IName |
add(COM.FutureTense.Interfaces.ICS ics,
java.lang.String comp)
Adds a single component to the end of this name.
|
java.lang.String |
clean(COM.FutureTense.Interfaces.ICS ics)
Return a "clean" string representation for this IName with all whitespace trimmed
between components.
|
static java.lang.String |
getGroupIName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String groupname) |
static java.lang.String |
getGroupName(COM.FutureTense.Interfaces.ICS ics,
IName dn) |
static java.lang.String |
getID(COM.FutureTense.Interfaces.ICS ics,
IName dn) |
static java.lang.String |
getPeopleIName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String userid) |
protected static final java.lang.String USERID
public CSName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String name,
java.util.Properties syntax)
throws DirectoryException
DirectoryExceptionpublic CSName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String name)
throws DirectoryException
DirectoryExceptionpublic IName add(COM.FutureTense.Interfaces.ICS ics, java.lang.String comp) throws DirectoryException
NameWrapperadd in interface INameadd in class NameWrapperDirectoryExceptionpublic java.lang.String clean(COM.FutureTense.Interfaces.ICS ics)
throws DirectoryException
NameWrapperclean in interface INameclean in class NameWrapperDirectoryExceptionpublic static java.lang.String getID(COM.FutureTense.Interfaces.ICS ics,
IName dn)
throws DirectoryException
DirectoryExceptionpublic static java.lang.String getGroupName(COM.FutureTense.Interfaces.ICS ics,
IName dn)
throws DirectoryException
DirectoryExceptionpublic static java.lang.String getGroupIName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String groupname)
throws DirectoryException
DirectoryExceptionpublic static java.lang.String getPeopleIName(COM.FutureTense.Interfaces.ICS ics,
java.lang.String userid)
throws DirectoryException
DirectoryException