Class RequestInformationCallback
java.lang.Object
org.wildfly.security.auth.callback.RequestInformationCallback
- All Implemented Interfaces:
Callback,ExtendedCallback
A
Callback to inform a server authentication context about current authentication request.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties of this request.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
-
RequestInformationCallback
Construct a new instance of thisCallback.- Parameters:
props- Properties of the current authentication request
-
-
Method Details
-
getProperties
Get the properties of this request.- Returns:
- properties of the current authentication request
-