Uses of Class
com.cloudbees.plugins.credentials.domains.DomainSpecification
Packages that use DomainSpecification
-
Uses of DomainSpecification in com.cloudbees.plugins.credentials
Methods in com.cloudbees.plugins.credentials that return types with arguments of type DomainSpecificationModifier 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
Subclasses of DomainSpecification in com.cloudbees.plugins.credentials.domainsModifier 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.Methods in com.cloudbees.plugins.credentials.domains that return types with arguments of type DomainSpecificationModifier and TypeMethodDescriptionDomain.getSpecifications()
Returns theDomainSpecification
s for thisDomain
.Constructor parameters in com.cloudbees.plugins.credentials.domains with type arguments of type DomainSpecificationModifierConstructorDescriptionDomain
(String name, String description, List<DomainSpecification> specifications)