Package hudson.plugins.openid
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 org.acegisecurity.userdetails.User
equals, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, setAuthorities, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.acegisecurity.userdetails.UserDetails
toSpring
-
Constructor Details
-
OpenIdSsoUserDetails
public OpenIdSsoUserDetails(String username, GrantedAuthority[] authorities) throws IllegalArgumentException - Throws:
IllegalArgumentException
-