uk.ac.soton.itinnovation.grid.utils
Class DNParser
java.lang.Object
uk.ac.soton.itinnovation.grid.utils.DNParser
public class DNParser
- extends Object
|
Constructor Summary |
DNParser(String DNstr)
Construct an implementation of the DNParser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DNParser
public DNParser(String DNstr)
- Construct an implementation of the DNParser
- Parameters:
DNstr - - the string containing the DN
- Throws:
Exception
getCN
public String getCN()
getEmailAddress
public String getEmailAddress()
getOU
public String getOU()
getO
public String getO()
getL
public String getL()
getST
public String getST()
getC
public String getC()
getStandardStringDN
public String getStandardStringDN()
getStandardStringDN
public static String getStandardStringDN(String dnString)
- Short-cut way to get the standardised value of a DN string
- Parameters:
dnString - The DN string to be standardised
- Returns:
- The standardised value of the DN
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.