|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.trustmanager.IdentityChecker
public class IdentityChecker
Checks to see if a limited proxy is acceptable (if the chain has a limited proxy). Also, sets the identity certificate in the certificate path validator.
Constructor Summary | |
---|---|
IdentityChecker(X509ProxyCertPathValidator proxyCertPathValidator)
|
Method Summary | |
---|---|
void |
invoke(java.security.cert.X509Certificate cert,
GSIConstants.CertificateType certType)
Method that sets the identity of the certificate path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentityChecker(X509ProxyCertPathValidator proxyCertPathValidator)
Method Detail |
---|
public void invoke(java.security.cert.X509Certificate cert, GSIConstants.CertificateType certType) throws java.security.cert.CertPathValidatorException
invoke
in interface CertificateChecker
cert
- The certificate to validate.certType
- The type of certificate to validate.
java.security.cert.CertPathValidatorException
- If limited proxies are not accepted
and the chain has a limited proxy.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |