uk.ac.soton.itinnovation.grid.types
Class IDType
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDType
public IDType()
IDType
public IDType(SubjectDescription subject)
- Convert a SubjectDescription to an IDType.
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.