public interface DomainRestrictedCredentials extends Credentials
DomainRequirement
,
DomainSpecification
Modifier and Type | Method and Description |
---|---|
boolean |
matches(List<DomainRequirement> domainRequirements)
Determine whether these
Credentials are applicable for
the given requirements. |
getDescriptor, getScope
boolean matches(@NonNull List<DomainRequirement> domainRequirements)
Credentials
are applicable for
the given requirements.domainRequirements
- The requirements imposed on this credential.Copyright © 2016. All rights reserved.