AuthenticationInfo
conveys any authentication credentials and/or details extracted by the {@link AuthenticationHandler#extractCredentials(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)}method from the request. {@link AuthenticationHandler} implementations must return instances of thisclass which may be constructed through any of the provided public constructors.
Internally all values are stored in the map where some property names have special semantics and the data type of the properties are ensured by the {@link #put(String,Object)} method implementation.
|
|