Class OpenIdSsoUserDetails
java.lang.Object
org.acegisecurity.userdetails.User
hudson.plugins.openid.OpenIdSsoUserDetails
- All Implemented Interfaces:
Serializable, UserDetails
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class OpenIdSsoUserDetails
extends User
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class User
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toStringMethods inherited from interface UserDetails
toSpring
-
Constructor Details
-
OpenIdSsoUserDetails
public OpenIdSsoUserDetails(String username, GrantedAuthority[] authorities) throws IllegalArgumentException - Throws:
IllegalArgumentException
-