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$ $Date$
Author:
Scott Battaglia
See Also:
Serialized Form

Constructor Summary
X509CertificateCredentials(X509Certificate[] certificates)
           
 
Method Summary
 X509Certificate getCertificate()
           
 X509Certificate[] getCertificates()
           
 void setCertificate(X509Certificate certificate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 Jasig. All Rights Reserved.