org.opensaml.xml.security.x509
Class X509SubjectNameCriteria

java.lang.Object
  extended by org.opensaml.xml.security.x509.X509SubjectNameCriteria
All Implemented Interfaces:
Criteria

public final class X509SubjectNameCriteria
extends java.lang.Object
implements Criteria

An implementation of Criteria which specifies criteria based on X.509 certificate subject name.


Constructor Summary
X509SubjectNameCriteria(javax.security.auth.x500.X500Principal subject)
          Constructor.
 
Method Summary
 javax.security.auth.x500.X500Principal getSubjectName()
          Get the subject name.
 void setSubjectName(javax.security.auth.x500.X500Principal subject)
          Set the serial number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509SubjectNameCriteria

public X509SubjectNameCriteria(javax.security.auth.x500.X500Principal subject)
Constructor.

Parameters:
subject - certificate subject name
Method Detail

getSubjectName

public javax.security.auth.x500.X500Principal getSubjectName()
Get the subject name.

Returns:
Returns the subject name

setSubjectName

public void setSubjectName(javax.security.auth.x500.X500Principal subject)
Set the serial number.

Parameters:
subject - The subject name


Copyright © 2006-2012 Internet2. All Rights Reserved.