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
DirectoryException
public CSName(COM.FutureTense.Interfaces.ICS ics, java.lang.String name) throws DirectoryException
DirectoryException
public IName add(COM.FutureTense.Interfaces.ICS ics, java.lang.String comp) throws DirectoryException
NameWrapper
add
in interface IName
add
in class NameWrapper
DirectoryException
public java.lang.String clean(COM.FutureTense.Interfaces.ICS ics) throws DirectoryException
NameWrapper
clean
in interface IName
clean
in class NameWrapper
DirectoryException
public static java.lang.String getID(COM.FutureTense.Interfaces.ICS ics, IName dn) throws DirectoryException
DirectoryException
public static java.lang.String getGroupName(COM.FutureTense.Interfaces.ICS ics, IName dn) throws DirectoryException
DirectoryException
public static java.lang.String getGroupIName(COM.FutureTense.Interfaces.ICS ics, java.lang.String groupname) throws DirectoryException
DirectoryException
public static java.lang.String getPeopleIName(COM.FutureTense.Interfaces.ICS ics, java.lang.String userid) throws DirectoryException
DirectoryException