Package | Description |
---|---|
hudson | |
hudson.security.csrf | |
jenkins.model |
Modifier and Type | Method and Description |
---|---|
static List<Descriptor<CrumbIssuer>> |
Functions.getCrumbIssuerDescriptors() |
Modifier and Type | Class and Description |
---|---|
class |
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCrumbIssuer
A crumb issuing algorithm based on the request principal and the remote address.
|
Modifier and Type | Method and Description |
---|---|
CrumbIssuer |
CrumbFilter.getCrumbIssuer()
Because servlet containers generally don't specify the ordering of the initialization
(and different implementations indeed do this differently --- See HUDSON-3878),
we cannot use Hudson to the CrumbIssuer into CrumbFilter eagerly.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>> |
CrumbIssuer.all()
Returns all the registered
CrumbIssuer descriptors. |
static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>> |
CrumbIssuer.all()
Returns all the registered
CrumbIssuer descriptors. |
CrumbIssuerDescriptor<CrumbIssuer> |
CrumbIssuer.getDescriptor()
Access global configuration for the crumb issuer.
|
Modifier and Type | Method and Description |
---|---|
CrumbIssuer |
Jenkins.getCrumbIssuer()
Gets the
CrumbIssuer currently in use. |
Modifier and Type | Method and Description |
---|---|
void |
Jenkins.setCrumbIssuer(CrumbIssuer issuer) |
Copyright © 2016. All rights reserved.