com.ejie.r01f.servlet.filter.authorization
Class R01FAuthFilterConstants

java.lang.Object
  extended bycom.ejie.r01f.servlet.filter.authorization.R01FAuthFilterConstants

public class R01FAuthFilterConstants
extends java.lang.Object

Constantes del filtro de autorizacion


Field Summary
static java.lang.String AUTHCTX_REQUESTATTR
           
static java.lang.String AUTHCTX_SESSIONATTR
           
 
Constructor Summary
R01FAuthFilterConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHCTX_SESSIONATTR

public static final java.lang.String AUTHCTX_SESSIONATTR
See Also:
Constant Field Values

AUTHCTX_REQUESTATTR

public static final java.lang.String AUTHCTX_REQUESTATTR
See Also:
Constant Field Values
Constructor Detail

R01FAuthFilterConstants

public R01FAuthFilterConstants()