test.unit.org.grails.plugins.springsecurity.test
Class TestingAuthenticationToken

Replacement for the version from Spring Security that was moved from the source tree to the test tree.

author:
Burt Beckwith

Field Summary
 def _credentials
           
 def _principal
           
 long serialVersionUID
           
 
Constructor Summary
TestingAuthenticationToken()
           
TestingAuthenticationToken(Object principal, Object credentials, def authorities)
           
 
Method Summary
Object getCredentials()
          
Object getPrincipal()
          
 

Constructor Detail

TestingAuthenticationToken

public TestingAuthenticationToken()


TestingAuthenticationToken

public TestingAuthenticationToken(Object principal, Object credentials, def authorities)


Method Detail

getCredentials

Object getCredentials()


getPrincipal

Object getPrincipal()