Uses of Class
jenkins.security.BasicHeaderAuthenticator
Packages that use BasicHeaderAuthenticator
-
Uses of BasicHeaderAuthenticator in jenkins.security
Subclasses of BasicHeaderAuthenticator in jenkins.securityModifier and TypeClassDescriptionclass
Checks if the password given in the BASIC header matches the user's API token.class
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 BasicHeaderAuthenticatorModifier and TypeMethodDescriptionprotected List<? extends BasicHeaderAuthenticator>
ApiTokenFilter.all()
Deprecated.BasicHeaderAuthenticator.all()
protected List<? extends BasicHeaderAuthenticator>
BasicHeaderProcessor.all()