Class AuthenticationConfigurationCallback
- java.lang.Object
-
- org.wildfly.security.auth.callback.AuthenticationConfigurationCallback
-
- All Implemented Interfaces:
Callback,ExtendedCallback
public class AuthenticationConfigurationCallback extends Object implements ExtendedCallback
ACallbackto inform a server authentication context of configured mechanism properties. As an informationalCallbackit is optional for theCallbackHandlerto handle this.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationConfigurationCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetSaslSkipCertificateVerification()voidsetSaslSkipCertificateVerification(boolean skipCertificateVerification)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.security.auth.callback.ExtendedCallback
isOptional, needsInformation
-
-