IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1

com.ibm.websphere.objectgrid.security.plugins.builtins
ClientCertificateCredential

java.lang.Object
  |
  +--com.ibm.websphere.objectgrid.security.plugins.builtins.ClientCertificateCredential
All Implemented Interfaces
Credential


This class represents a credential which contains the client certificate chain. This credential can be used for ObjectGrid client certificate authentication.
See Also:
    Credential



Constructor Summary
ClientCertificateCredential(java.security.cert.Certificate[])
          


Method Summary
public  CertificategetCerts()
          
public  voidsetCerts(java.security.cert.Certificate[])
          
public  booleanequals(java.lang.Object)
           Two ClientCertficateCredential are equal if and only their client certificate chains are equal.
public  inthashCode()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ClientCertificateCredential

public ClientCertificateCredential( Certificate[] certs)
Parameters:
certs - the client certificate chain array


Method Detail

getCerts

public Certificate getCerts()


Returns:
     Returns the client certificate array.


setCerts

public void setCerts(Certificate[] certs)
Set the client certificate array
Parameters:
    certs - The certs to set.


equals

public boolean equals(Object o)
Two ClientCertficateCredential are equal if and only their client certificate chains are equal. That is, the same-index elements of their certificate chain array are equal.
See Also:
    equals(java.lang.Object)
Parameters:


hashCode

public int hashCode()

See Also:
    hashCode()


IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1