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 theDomainSpecificationdescriptors.CredentialsStoreAction.getSpecificationDescriptors()Gets all theDomainSpecificationdescriptors.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getSpecificationDescriptors()Gets all theDomainSpecificationdescriptors.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl.getSpecificationDescriptors()Gets all theDomainSpecificationdescriptors. -
Uses of DomainSpecification in com.cloudbees.plugins.credentials.domains
Subclasses of DomainSpecification in com.cloudbees.plugins.credentials.domainsModifier and TypeClassDescriptionclassADomainSpecificationthat matchesHostnamePortRequirementandHostnameRequirementwhere the hostname:port is on anHostnamePortSpecification.includeslist but not on anHostnamePortSpecification.excludeslist.classADomainSpecificationthat matchesHostnameRequirementwhere the hostname is on anHostnameSpecification.includeslist but not on anHostnameSpecification.excludeslist.classADomainSpecificationthat matchesPathRequirements where the URI path is on a list of allowed paths.classADomainSpecificationthat matchesSchemeRequirements 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 theDomainSpecifications for thisDomain.Constructor parameters in com.cloudbees.plugins.credentials.domains with type arguments of type DomainSpecificationModifierConstructorDescriptionDomain(String name, String description, List<DomainSpecification> specifications)