Package | Description |
---|---|
jenkins.security |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends BasicHeaderAuthenticator> |
BasicHeaderProcessor.all() |
static ExtensionList<BasicHeaderAuthenticator> |
BasicHeaderAuthenticator.all() |
protected List<? extends BasicHeaderAuthenticator> |
ApiTokenFilter.all()
Deprecated.
|
Copyright © 2004–2021. All rights reserved.