Class GitLabSecurityRealm

All Implemented Interfaces:
ExtensionPoint, Describable<SecurityRealm>, UserDetailsService

public class GitLabSecurityRealm extends SecurityRealm implements UserDetailsService
Implementation of the AbstractPasswordBasedSecurityRealm that uses gitlab oauth to verify the user can login. This is based on the GitLabSecurityRealm from the gitlab-auth-plugin written by Alex Ackerman.