Class Overview
This AuthenticationDetails implementation allows for storing a list of
 pre-authenticated Granted Authorities.
 
Constants
 
    
      
        public 
        static 
        final 
        long
      
        serialVersionUID
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x0000000000000001)
            
        
        
    
     
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
      (Object context)
    
      
    
 
Public Methods
 
    
      
        public 
         
         
         
         
        void
      
      setGrantedAuthorities
      (Collection<? extends GrantedAuthority> aJ2eeBasedGrantedAuthorities)
    
      
    
      
  Used to store authorities in the containing object.
 
 
 
    
      
        public 
         
         
         
         
        String
      
      toString
      ()
    
      
    
      
  
  
      Returns
      - The String representation of this object.