Interface DomainRestrictedCredentials

    • Method Detail

      • 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.