Class RequestInformationCallback

java.lang.Object
org.wildfly.security.auth.callback.RequestInformationCallback
All Implemented Interfaces:
Callback, ExtendedCallback

public class RequestInformationCallback extends Object implements ExtendedCallback
A Callback to inform a server authentication context about current authentication request.
  • Constructor Details

    • RequestInformationCallback

      public RequestInformationCallback(HashMap<String,Object> props)
      Construct a new instance of this Callback.
      Parameters:
      props - Properties of the current authentication request
  • Method Details

    • getProperties

      public HashMap<String,Object> getProperties()
      Get the properties of this request.
      Returns:
      properties of the current authentication request