Uses of Class
com.cloudbees.plugins.credentials.domains.DomainSpecification
-
Uses of DomainSpecification in com.cloudbees.plugins.credentials
Modifier and TypeMethodDescriptionCredentialsStoreAction.getSpecificationDescriptors()
Gets all theDomainSpecification
descriptors.CredentialsStoreAction.getSpecificationDescriptors()
Gets all theDomainSpecification
descriptors.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getSpecificationDescriptors()
Gets all theDomainSpecification
descriptors.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getSpecificationDescriptors()
Gets all theDomainSpecification
descriptors. -
Uses of DomainSpecification in com.cloudbees.plugins.credentials.domains
Modifier and TypeClassDescriptionclass
ADomainSpecification
that matchesHostnamePortRequirement
andHostnameRequirement
where the hostname:
port is on anHostnamePortSpecification.includes
list but not on anHostnamePortSpecification.excludes
list.class
ADomainSpecification
that matchesHostnameRequirement
where the hostname is on anHostnameSpecification.includes
list but not on anHostnameSpecification.excludes
list.class
ADomainSpecification
that matchesPathRequirement
s where the URI path is on a list of allowed paths.class
ADomainSpecification
that matchesSchemeRequirement
s where the URI scheme is on a list of allowed schemes.Modifier and TypeMethodDescriptionDomain.getSpecifications()
Returns theDomainSpecification
s for thisDomain
.ModifierConstructorDescriptionDomain
(String name, String description, List<DomainSpecification> specifications)