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)
          Devuelve un contexto de seguridad que construye el filtro de autorización Puede hacer login de Aplicación o de usuario en XLNets ,en caso de hacer de usuario: - Si el usuario se ha autenticado, devuelve un objeto con el contexto de la sesión - Si el usuario no se ha autenticado devuelve null
 R01FAuthCtx R01FAppAuthProvider.getContext(R01FAuthCfg authCfg)
           
 

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
 R01FTargetCtx R01FAppAuthProvider.authorize(R01FAuthCtx authCtx, R01FTargetCfg targetCfg)