shiro无状态配置及demo


    
        
        
     

    
    

    
    
        
    

    
    
        
        
        
        
    

    
    
        
        
    


    
    
    

    
    
        
        
            
            
                
                
                
            
        
        
            
                /api/xxx/login = anon
                /api/xxx/register = anon
                /api/xxx/logout = anon
                /api/xxx/exist = anon
                /api/xxx/user/**  = statelessAuthc
                /api/xxx/users/**  = statelessAuthc, anyRoles[SUPER]
                
            
        
    

    
    

    





    

     上面只是配置无状态的xml配置,主要目的就是去除持久化,换言之,请求一次后,所以信息都过期,另外还需要配置类的属性,具体的demo地址:https://github.com/happyrainyday/shiro-stateless-account  喜欢的请关注下哦~

你可能感兴趣的:(安全框架之Shiro)