uk.ac.soton.itinnovation.grid.utils
Class DNParser

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.utils.DNParser

public class DNParser
extends Object


Constructor Summary
DNParser(String DNstr)
          Construct an implementation of the DNParser
 
Method Summary
 String getC()
           
 String getCN()
           
 String getEmailAddress()
           
 String getL()
           
 String getO()
           
 String getOU()
           
 String getST()
           
 String getStandardStringDN()
           
static String getStandardStringDN(String dnString)
          Short-cut way to get the standardised value of a DN string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DNParser

public DNParser(String DNstr)
Construct an implementation of the DNParser

Parameters:
DNstr - - the string containing the DN
Throws:
Exception
Method Detail

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.