org.onebusaway.users.impl.authentication
Class DefaultUserAuthenticationToken

java.lang.Object
  extended by org.springframework.security.providers.AbstractAuthenticationToken
      extended by org.onebusaway.users.impl.authentication.DefaultUserAuthenticationToken
All Implemented Interfaces:
Serializable, Principal, org.springframework.security.Authentication

public class DefaultUserAuthenticationToken
extends org.springframework.security.providers.AbstractAuthenticationToken
implements Serializable

See Also:
Serialized Form

Constructor Summary
DefaultUserAuthenticationToken(org.springframework.security.userdetails.UserDetails details)
           
 
Method Summary
 Object getCredentials()
           
 Object getPrincipal()
           
 
Methods inherited from class org.springframework.security.providers.AbstractAuthenticationToken
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultUserAuthenticationToken

public DefaultUserAuthenticationToken(org.springframework.security.userdetails.UserDetails details)
Method Detail

getPrincipal

public Object getPrincipal()
Specified by:
getPrincipal in interface org.springframework.security.Authentication

getCredentials

public Object getCredentials()
Specified by:
getCredentials in interface org.springframework.security.Authentication


Copyright © 2012 OneBusAway. All Rights Reserved.