Class MessageInfoImpl

  • All Implemented Interfaces:
    MessageInfo

    public class MessageInfoImpl
    extends java.lang.Object
    implements MessageInfo
    Implementation of MessageInfo for JASPIC authentication.
    • Field Detail

      • sm

        protected static final StringManager sm
        The string manager for this class.
      • IS_MANDATORY

        public static final java.lang.String IS_MANDATORY
        Key for the mandatory flag.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MessageInfoImpl

        public MessageInfoImpl()
        Default constructor.
      • MessageInfoImpl

        public MessageInfoImpl​(HttpServletRequest request,
                               HttpServletResponse response,
                               boolean authMandatory)
        Constructor.
        Parameters:
        request - the request
        response - the response
        authMandatory - whether auth is mandatory