| org.josso.spring.acegi.JOSSOAuthenticationToken
JOSSOAuthenticationToken | public class JOSSOAuthenticationToken extends AbstractAuthenticationToken (Code) | | Date: Sep 28, 2007
Time: 10:19:38 AM
author: Gianluca Brigandi |
JOSSOAuthenticationToken | public JOSSOAuthenticationToken(String jossoSessionId, Object principal, GrantedAuthority[] authorities)(Code) | | Constructor.
Parameters: jossoSessionId - to identify if this object made by an authorised client Parameters: principal - the principal (typically a UserDetails ) Parameters: authorities - the authorities granted to the principal throws: IllegalArgumentException - if a null was passed |
getCredentials | public Object getCredentials()(Code) | | Always returns an empty String
an empty String |
|
|