uk.ac.soton.itinnovation.grid.types
Class IDType

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.types.IDType

public class IDType
extends Object

A (subject, issuer) distinguished names pair. This is used to represent an identity without any cryptographic tokens to prove it. If tokens are needed, use a SubjectDescription instead.


Constructor Summary
IDType()
           
IDType(SubjectDescription subject)
          Convert a SubjectDescription to an IDType.
 
Method Summary
 String getIssuerDistinguishedName()
           
 String getSubjectDistinguishedName()
           
static TypeDesc getTypeDesc()
           
 void setIssuerDistinguishedName(String issuerDistinguishedName)
           
 void setSubjectDistinguishedName(String subjectDistinguishedName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDType

public IDType()

IDType

public IDType(SubjectDescription subject)
Convert a SubjectDescription to an IDType.

Method Detail

getIssuerDistinguishedName

public String getIssuerDistinguishedName()

getSubjectDistinguishedName

public String getSubjectDistinguishedName()

setIssuerDistinguishedName

public void setIssuerDistinguishedName(String issuerDistinguishedName)

setSubjectDistinguishedName

public void setSubjectDistinguishedName(String subjectDistinguishedName)

getTypeDesc

public static TypeDesc getTypeDesc()


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.