zoukankan      html  css  js  c++  java
  • Spring Security virtual URLs

    下述为Spring Security的虚路由,它与应用程序无关,默认映射在应用的根路径上:


    /j_spring_security_check 

    — checked by UsernamePasswordAuthenticationFilter for username/password form
    authentication.


    /j_spring_openid_security_check

    — checked by OpenIDAuthenticationFilter for OpenID returning authentication
    (from the OpenID provider).


    /j_spring_cas_security_check

    —used by CAS authentication upon return from CAS SSO login.


    /spring_security_login

    —the URL used by the DefaultLoginPageGeneratingFilter when configured to auto-generate
    a login page.


    /j_spring_security_logout

    —used by LogoutFilter to detect a log out action.


    /saml/SSO

    —used by the Spring Security SAML SSO extension SAMLProcessingFilter to process a SAML SSO sign-on request.


    /saml/logout

    —used by the Spring Security SAML SSO extension SAMLLogoutFilter to process a SAML SSO sign-out request.


    /j_spring_security_switch_user

    —used by the SwitchUserFilter to switch users to another user.


    /j_spring_security_exit_user

    —used to exit the switch user functionality.

  • 相关阅读:
    mongo 索引
    nginx gzip配置
    vim 命令
    Mongo小结
    阿里云ECS服务器连接MongoDB
    python 解析Excel
    Django之数据库--ORM
    sql语句
    关于Django的序列化问题。serializers
    MongoEngine模块
  • 原文地址:https://www.cnblogs.com/minideas/p/1939247.html
Copyright © 2011-2022 走看看