|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.security.providers.AbstractAuthenticationToken
org.onebusaway.users.impl.authentication.DefaultUserAuthenticationToken
public class DefaultUserAuthenticationToken
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 |
---|
public DefaultUserAuthenticationToken(org.springframework.security.userdetails.UserDetails details)
Method Detail |
---|
public Object getPrincipal()
getPrincipal
in interface org.springframework.security.Authentication
public Object getCredentials()
getCredentials
in interface org.springframework.security.Authentication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |