Class MessageInfoImpl
java.lang.Object
org.apache.catalina.authenticator.jaspic.MessageInfoImpl
- All Implemented Interfaces:
- MessageInfo
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMessageInfoImpl(HttpServletRequest request, HttpServletResponse response, boolean authMandatory) 
- 
Method SummaryModifier and TypeMethodDescriptiongetMap()voidsetRequestMessage(Object request) voidsetResponseMessage(Object response) 
- 
Field Details- 
sm
- 
IS_MANDATORY- See Also:
 
 
- 
- 
Constructor Details- 
MessageInfoImplpublic MessageInfoImpl()
- 
MessageInfoImplpublic MessageInfoImpl(HttpServletRequest request, HttpServletResponse response, boolean authMandatory) 
 
- 
- 
Method Details- 
getMap- Specified by:
- getMapin interface- MessageInfo
 
- 
getRequestMessage- Specified by:
- getRequestMessagein interface- MessageInfo
 
- 
getResponseMessage- Specified by:
- getResponseMessagein interface- MessageInfo
 
- 
setRequestMessage- Specified by:
- setRequestMessagein interface- MessageInfo
 
- 
setResponseMessage- Specified by:
- setResponseMessagein interface- MessageInfo
 
 
-