org.jasig.cas.adaptors.x509.authentication.principal
Class X509CertificateCredentials

java.lang.Object
  extended by org.jasig.cas.adaptors.x509.authentication.principal.X509CertificateCredentials
All Implemented Interfaces:
Serializable, Credentials

public final class X509CertificateCredentials
extends Object
implements Credentials

Since:
3.0.4
Version:
$Revision: 14064 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia
See Also:
Serialized Form

Constructor Summary
X509CertificateCredentials(X509Certificate[] certificates)
           
 
Method Summary
 X509Certificate getCertificate()
           
 X509Certificate[] getCertificates()
           
 void setCertificate(X509Certificate certificate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CertificateCredentials

public X509CertificateCredentials(X509Certificate[] certificates)
Method Detail

getCertificates

public X509Certificate[] getCertificates()

setCertificate

public void setCertificate(X509Certificate certificate)

getCertificate

public X509Certificate getCertificate()


Copyright © 2004-2010 Jasig. All Rights Reserved.