org.ow2.jonas.security.auth.callback
Class CertificateCallback

java.lang.Object
  extended by org.ow2.jonas.security.auth.callback.CertificateCallback
All Implemented Interfaces:
Serializable, Callback

public class CertificateCallback
extends Object
implements Callback, Serializable

Defines a callback which is use to store a certificate.

Author:
Alexandre Thaveau (initial developer), Marc-Antoine Bourgeot (initial developer)
See Also:
Serialized Form

Constructor Summary
CertificateCallback()
           
 
Method Summary
 Certificate getUserCertificate()
          Gets the user certificate.
 void setUserCertificate(Certificate certificate)
          Set the certificate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateCallback

public CertificateCallback()
Method Detail

getUserCertificate

public Certificate getUserCertificate()
Gets the user certificate.

Returns:
the user certificate

setUserCertificate

public void setUserCertificate(Certificate certificate)
Set the certificate.

Parameters:
certificate - certificate to set


Copyright © 2010 OW2 Consortium. All Rights Reserved.