Uses of Class
com.ejie.r01f.servlet.filter.authorization.R01FAuthCtx

Packages that use R01FAuthCtx
com.ejie.r01f.servlet.filter.authorization   
 

Uses of R01FAuthCtx in com.ejie.r01f.servlet.filter.authorization
 

Methods in com.ejie.r01f.servlet.filter.authorization that return R01FAuthCtx
 R01FAuthCtx R01FXLNetsAuthProvider.getContext(R01FAuthCfg authCfg)
           
 R01FAuthCtx R01FFileAuthProvider.getContext(R01FAuthCfg authCfg)
           
abstract  R01FAuthCtx R01FBaseAuthProvider.getContext(R01FAuthCfg authCfg)
          Comprueba si el usuario tiene sesion abierta, es decir, comprueba si el usuario se ha autenticado
 

Methods in com.ejie.r01f.servlet.filter.authorization with parameters of type R01FAuthCtx
 R01FTargetCtx R01FXLNetsAuthProvider.authorize(R01FAuthCtx authCtx, R01FTargetCfg targetCfg)
           
 R01FTargetCtx R01FFileAuthProvider.authorize(R01FAuthCtx authCtx, R01FTargetCfg targetCfg)
           
abstract  R01FTargetCtx R01FBaseAuthProvider.authorize(R01FAuthCtx authCtx, R01FTargetCfg targetCfg)
          Consulta los datos de autorización del destino cuya configuracion se pasa como parametro