Package com.sun.xml.wss.impl.callback
Class CertificateValidationCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.CertificateValidationCallback
- All Implemented Interfaces:
Callback
This Callback is intended for X.509 certificate validation
A validator that implements the CertificateValidator interface
should be set on the callback by the callback handler.
- Author:
- XWS-Security Team.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Constructor Summary
ConstructorsConstructorDescriptionCertificateValidationCallback(X509Certificate certificate) CertificateValidationCallback(X509Certificate certificate, Map context) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetRevocationEnabled(boolean revocationEnabled) voidThis method must be invoked while handling this CallBack.Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
Constructor Details
-
CertificateValidationCallback
-
CertificateValidationCallback
-
-
Method Details
-
getResult
public boolean getResult() -
setValidator
This method must be invoked while handling this CallBack. -
isRevocationEnabled
public boolean isRevocationEnabled() -
setRevocationEnabled
public void setRevocationEnabled(boolean revocationEnabled)
-