|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CrumbIssuer | |
|---|---|
| hudson | |
| hudson.security.csrf | |
| jenkins.model | |
| org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
| Uses of CrumbIssuer in hudson |
|---|
| Methods in hudson that return types with arguments of type CrumbIssuer | |
|---|---|
static List<Descriptor<CrumbIssuer>> |
Functions.getCrumbIssuerDescriptors()
|
| Uses of CrumbIssuer in hudson.security.csrf |
|---|
| Classes in hudson.security.csrf with type parameters of type CrumbIssuer | |
|---|---|
class |
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers. |
| Subclasses of CrumbIssuer in hudson.security.csrf | |
|---|---|
class |
DefaultCrumbIssuer
A crumb issuing algorithm based on the request principal and the remote address. |
| Methods in hudson.security.csrf that return CrumbIssuer | |
|---|---|
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. |
| Methods in hudson.security.csrf that return types with arguments of type CrumbIssuer | |
|---|---|
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. |
| Uses of CrumbIssuer in jenkins.model |
|---|
| Methods in jenkins.model that return CrumbIssuer | |
|---|---|
CrumbIssuer |
Jenkins.getCrumbIssuer()
Gets the CrumbIssuer currently in use. |
| Methods in jenkins.model with parameters of type CrumbIssuer | |
|---|---|
void |
Jenkins.setCrumbIssuer(CrumbIssuer issuer)
|
| Uses of CrumbIssuer in org.jvnet.hudson.test |
|---|
| Subclasses of CrumbIssuer in org.jvnet.hudson.test | |
|---|---|
class |
TestCrumbIssuer
A crumb issuer that issues a constant crumb value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||