Package com.cloudbees.plugins.credentials.domains
package com.cloudbees.plugins.credentials.domains
-
ClassDescriptionA domain, within which credentials are common.Represents a
Domain
and an associated set ofCredentials
.Base class for all requirements that can be fulfilled byDomain
s.Credentials that have a built in restrictionBase class for a specification against whichDomainRequirement
s can be tested.The results of anyDomainRequirement
test against aDomainSpecification
.Descriptor forDomainSpecification
s.A requirement for aDomain
that includesCredentials
for a specific hostname and port combination.ADomainSpecification
that matchesHostnamePortRequirement
andHostnameRequirement
where the hostname:
port is on anHostnamePortSpecification.includes
list but not on anHostnamePortSpecification.excludes
list.OurDescriptor
.A requirement for aDomain
that includesCredentials
for a specific hostname.ADomainSpecification
that matchesHostnameRequirement
where the hostname is on anHostnameSpecification.includes
list but not on anHostnameSpecification.excludes
list.OurDescriptor
.Generated localization support class.A requirement for a specific URI path, for example/
or/foo/bar/manchu
ADomainSpecification
that matchesPathRequirement
s where the URI path is on a list of allowed paths.OurDescriptor
.A requirement for a specific URI scheme, for examplehttp
orsmtp
ADomainSpecification
that matchesSchemeRequirement
s where the URI scheme is on a list of allowed schemes.OurDescriptor
.A builder to help creating requirements from URIs.