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
Domain s. |
DomainSpecification |
Base class for a specification against which
DomainRequirement s can be tested. |
DomainSpecificationDescriptor |
Descriptor for
DomainSpecification s. |
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 | |
PathRequirement |
A requirement for a specific URI path, for example
/ or /foo/bar/manchu |
PathSpecification |
A
DomainSpecification that matches PathRequirement s 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 SchemeRequirement s 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 © 2015. All rights reserved.