| java.lang.Object | ||
| ↳ | org.springframework.security.authentication.AbstractAuthenticationToken | |
| ↳ | org.springframework.security.openid.OpenIDAuthenticationToken | |
OpenID Authentication Token
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Created by the OpenIDAuthenticationProvider on successful authentication. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns 'null' always, as no credentials are processed by the OpenID provider. | |||||||||||
| Returns the principal value. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  org.springframework.security.authentication.AbstractAuthenticationToken | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  java.security.Principal | |||||||||||
|  From interface
  org.springframework.security.core.Authentication | |||||||||||
|  From interface
  org.springframework.security.core.CredentialsContainer | |||||||||||
Created by the OpenIDAuthenticationProvider on successful authentication.
| principal | usually the UserDetails returned by the the configured UserDetailsService used by the OpenIDAuthenticationProvider. | 
|---|
Returns 'null' always, as no credentials are processed by the OpenID provider.