Class RequestInformationCallback
- java.lang.Object
-
- org.wildfly.security.auth.callback.RequestInformationCallback
-
- All Implemented Interfaces:
Callback,ExtendedCallback
public class RequestInformationCallback extends Object implements ExtendedCallback
ACallbackto inform a server authentication context about current authentication request.
-
-
Constructor Summary
Constructors Constructor Description RequestInformationCallback(HashMap<String,Object> props)Construct a new instance of thisCallback.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,Object>getProperties()Get the properties of this request.-
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
-
-