Class AuthenticationConfigurationCallback
java.lang.Object
org.wildfly.security.auth.callback.AuthenticationConfigurationCallback
- All Implemented Interfaces:
Callback,ExtendedCallback
A
Callback to inform a server authentication context of configured mechanism properties.
As an informational Callback it is optional for the CallbackHandler to handle this.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetSaslSkipCertificateVerification(boolean skipCertificateVerification) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.auth.callback.ExtendedCallback
isOptional, needsInformation
-
Constructor Details
-
AuthenticationConfigurationCallback
public AuthenticationConfigurationCallback()
-
-
Method Details
-
getSaslSkipCertificateVerification
public boolean getSaslSkipCertificateVerification() -
setSaslSkipCertificateVerification
public void setSaslSkipCertificateVerification(boolean skipCertificateVerification)
-