Interface DomainRestrictedCredentials

All Superinterfaces:
Credentials, Describable<Credentials>, ExtensionPoint, Serializable

public interface DomainRestrictedCredentials extends Credentials
Credentials that have a built in restriction
Since:
1.10
See Also:
  • Method Details

    • matches

      boolean matches(@NonNull List<DomainRequirement> domainRequirements)
      Determine whether these Credentials are applicable for the given requirements.
      Parameters:
      domainRequirements - The requirements imposed on this credential.
      Returns:
      whether this credential meets the given requirement.