@groovy.transform.CompileStatic class OauthUser extends User implements java.io.Serializable
A UserDetails implementation that holds the CommonProfile returned by the OAuth provider
| Type | Name and description |
|---|---|
CommonProfile |
userProfile |
| Constructor and description |
|---|
OauthUser(java.lang.String username, java.lang.String password, java.util.Collection<? extends GrantedAuthority> authorities) |
OauthUser(java.lang.String username, java.lang.String password, java.util.Collection<? extends GrantedAuthority> authorities, UserProfile userProfile) |
Groovy Documentation