Uses of Class
jenkins.security.BasicHeaderAuthenticator
-
Packages that use BasicHeaderAuthenticator Package Description jenkins.security -
-
Uses of BasicHeaderAuthenticator in jenkins.security
Subclasses of BasicHeaderAuthenticator in jenkins.security Modifier and Type Class Description class
BasicHeaderApiTokenAuthenticator
Checks if the password given in the BASIC header matches the user's API token.class
BasicHeaderRealPasswordAuthenticator
Checks if the password given in the BASIC header matches the user's actual password, as opposed to other pseudo-passwords like API tokens.Methods in jenkins.security that return types with arguments of type BasicHeaderAuthenticator Modifier and Type Method Description protected List<? extends BasicHeaderAuthenticator>
ApiTokenFilter. all()
Deprecated.static ExtensionList<BasicHeaderAuthenticator>
BasicHeaderAuthenticator. all()
protected List<? extends BasicHeaderAuthenticator>
BasicHeaderProcessor. all()
-