| Interface | Description |
|---|---|
| DomainRestrictedCredentials |
Credentials that have a built in restriction
|
| Class | Description |
|---|---|
| Domain |
A domain, within which credentials are common.
|
| DomainCredentials |
Represents a
Domain and an associated set of Credentials. |
| DomainRequirement |
Base class for all requirements that can be fulfilled by
Domains. |
| DomainSpecification |
Base class for a specification against which
DomainRequirements can be tested. |
| DomainSpecificationDescriptor |
Descriptor for
DomainSpecifications. |
| HostnamePortRequirement |
A requirement for a
Domain that includes Credentials for a
specific hostname and port combination. |
| HostnamePortSpecification |
A
DomainSpecification that matches HostnamePortRequirement and HostnameRequirement where
the hostname:port is on an HostnamePortSpecification.includes list but not on an HostnamePortSpecification.excludes
list. |
| HostnamePortSpecification.DescriptorImpl |
Our
Descriptor. |
| HostnameRequirement |
A requirement for a
Domain that includes Credentials for a
specific hostname. |
| HostnameSpecification |
A
DomainSpecification that matches HostnameRequirement where
the hostname is on an HostnameSpecification.includes list but not on an HostnameSpecification.excludes
list. |
| HostnameSpecification.DescriptorImpl |
Our
Descriptor. |
| Messages |
Generated localization support class.
|
| PathRequirement |
A requirement for a specific URI path, for example
/ or /foo/bar/manchu |
| PathSpecification |
A
DomainSpecification that matches PathRequirements where the URI path is on a whitelist
of paths. |
| PathSpecification.DescriptorImpl |
Our
Descriptor. |
| SchemeRequirement |
A requirement for a specific URI scheme, for example
http or smtp |
| SchemeSpecification |
A
DomainSpecification that matches SchemeRequirements where the URI scheme is on a whitelist
of schemes. |
| SchemeSpecification.DescriptorImpl |
Our
Descriptor. |
| URIRequirementBuilder |
A builder to help creating requirements from URIs.
|
| Enum | Description |
|---|---|
| DomainSpecification.Result |
The results of any
DomainRequirement test against a DomainSpecification. |
Copyright © 2016–2017. All rights reserved.