
public class MechanismInformationCallback extends Object implements ExtendedCallback
Callback to pass the information about the current mechanism to the CallbackHandler.
As an informational Callback it is optional for the CallbackHandler to handle this.| Constructor and Description |
|---|
MechanismInformationCallback(MechanismInformation mechanismInformation)
Construct a new instance with the appropriate mechanism information.
|
| Modifier and Type | Method and Description |
|---|---|
MechanismInformation |
getMechanismInformation()
Get the type of the mechanism information for the current authentication attempt.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOptional, needsInformationpublic MechanismInformationCallback(MechanismInformation mechanismInformation)
mechanismInformation - the mechanism information for the current authentication attempt.public MechanismInformation getMechanismInformation()
Copyright © 2020 JBoss by Red Hat. All rights reserved.