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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
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.