Package com.cloudbees.plugins.credentials.domains
package com.cloudbees.plugins.credentials.domains
-
ClassDescriptionA domain, within which credentials are common.Represents a
Domainand an associated set ofCredentials.Base class for all requirements that can be fulfilled byDomains.Credentials that have a built in restrictionBase class for a specification against whichDomainRequirements can be tested.The results of anyDomainRequirementtest against aDomainSpecification.Descriptor forDomainSpecifications.A requirement for aDomainthat includesCredentialsfor a specific hostname and port combination.ADomainSpecificationthat matchesHostnamePortRequirementandHostnameRequirementwhere the hostname:port is on anHostnamePortSpecification.includeslist but not on anHostnamePortSpecification.excludeslist.OurDescriptor.A requirement for aDomainthat includesCredentialsfor a specific hostname.ADomainSpecificationthat matchesHostnameRequirementwhere the hostname is on anHostnameSpecification.includeslist but not on anHostnameSpecification.excludeslist.OurDescriptor.Generated localization support class.A requirement for a specific URI path, for example/or/foo/bar/manchuADomainSpecificationthat matchesPathRequirements where the URI path is on a list of allowed paths.OurDescriptor.A requirement for a specific URI scheme, for examplehttporsmtpADomainSpecificationthat matchesSchemeRequirements where the URI scheme is on a list of allowed schemes.OurDescriptor.A builder to help creating requirements from URIs.