Class MessageInfoImpl
java.lang.Object
org.apache.catalina.authenticator.jaspic.MessageInfoImpl
- All Implemented Interfaces:
MessageInfo
Implementation of MessageInfo for JASPIC authentication.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey for the mandatory flag.protected static final StringManagerThe string manager for this class. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.MessageInfoImpl(HttpServletRequest request, HttpServletResponse response, boolean authMandatory) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetMap()voidsetRequestMessage(Object request) voidsetResponseMessage(Object response)
-
Field Details
-
sm
The string manager for this class. -
IS_MANDATORY
-
-
Constructor Details
-
MessageInfoImpl
public MessageInfoImpl()Default constructor. -
MessageInfoImpl
public MessageInfoImpl(HttpServletRequest request, HttpServletResponse response, boolean authMandatory) Constructor.- Parameters:
request- the requestresponse- the responseauthMandatory- whether auth is mandatory
-
-
Method Details
-
getMap
- Specified by:
getMapin interfaceMessageInfo
-
getRequestMessage
- Specified by:
getRequestMessagein interfaceMessageInfo
-
getResponseMessage
- Specified by:
getResponseMessagein interfaceMessageInfo
-
setRequestMessage
- Specified by:
setRequestMessagein interfaceMessageInfo
-
setResponseMessage
- Specified by:
setResponseMessagein interfaceMessageInfo
-