Class GitLabOAuthUserDetails

java.lang.Object
org.springframework.security.core.userdetails.User
org.jenkinsci.plugins.GitLabOAuthUserDetails
All Implemented Interfaces:
Serializable, org.springframework.security.core.CredentialsContainer, org.springframework.security.core.userdetails.UserDetails

public class GitLabOAuthUserDetails extends org.springframework.security.core.userdetails.User
Author:
Mike
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.security.core.userdetails.User

    org.springframework.security.core.userdetails.User.UserBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
    GitLabOAuthUserDetails(org.gitlab4j.api.models.User user, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
     
  • Method Summary

    Methods inherited from class org.springframework.security.core.userdetails.User

    builder, equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString, withDefaultPasswordEncoder, withUserDetails, withUsername

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GitLabOAuthUserDetails

      public GitLabOAuthUserDetails(org.gitlab4j.api.models.User user, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)